androidaudioandroid-4.4-kitkatalsatinyalsa

Is there any way to capture audio through tinymix commands?


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


Solution

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