I am trying to capture Raw Audio data directly through USB from mobile so is there any tinymix commands to capture it?
Asked
Active
Viewed 2,091 times
1 Answers
2
- First record the audio using tinycap
$ adb shell tinycap <dest-file-path>
- Pull the recorded file to host over USB
$ adb pull

Ingo Karkat
- 167,457
- 16
- 250
- 324

Lalit Begani
- 36
- 3
-
Is `tinycap` still works on android 11 in 2021? – Kamal Hossain Oct 13 '21 at 12:58
-
I think only on rooted devices. Tried on the emulator- didn't work – stoefln Dec 15 '21 at 13:00