0

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

sack92
  • 55
  • 8

1 Answers1

2
  1. First record the audio using tinycap
    $ adb shell tinycap <dest-file-path>
  2. Pull the recorded file to host over USB
    $ adb pull
Ingo Karkat
  • 167,457
  • 16
  • 250
  • 324