-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to capture playback sound use tinyalsa? #4325
Comments
@jerryyyq |
dear jsdosa, |
I think you tested pure tinyalsa on your ubuntu. |
Yes, I developer for RK3288 RK 3399 and sdm845, these are ARM CPU, 32 or 64. |
It is very hard to help you , it is has depedency with dsp & platform. |
I can hear the sound when I type: aplay -D 0 xxxx.wav. |
I want capture playback sound on ubuntu and android.
I call pcm_open() and pcm_readi() and I try:
mixer_get_ctl_by_name(mixer, "Loopback Mixing");
mixer_ctl_set_enum_by_string(ctl, "Enabled");
But, allways record wav from MIC, not from playing sound.
How to do I can?
Thank you very much.
-------------- My sound card Device Info: ------------------------
The text was updated successfully, but these errors were encountered: