Is there any way to capture audio through tinymix commands?

2.2k Views Asked by At

I am trying to capture Raw Audio data directly through USB from mobile so is there any tinymix commands to capture it?

1

There are 1 best solutions below

2
On BEST ANSWER
  1. First record the audio using tinycap
    $ adb shell tinycap <dest-file-path>
  2. Pull the recorded file to host over USB
    $ adb pull