-
Notifications
You must be signed in to change notification settings - Fork 36
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
I have a question about AudioTrackInterface. #11
Comments
Unfortunately, I've never explored the audio side and I don't have time to do it so far. It would be great if you could share your achievements on that. |
Thank you for answering about my issue. My device environment is embedded, It has't available audio device. I just want to get audio track in binary data because my device has external audio encoder/audio decoder. Some devices have available audio device, When I execute "gn gen" gn gen args='... rtc_use_dummy_audio_file_devices=false', I can get audio stream in callback function called OnData(...) But in rtc_use_dummy_audio_file_devices=true, I can't get audio stream. And I got following logs.
Thank you for reading my problems. |
First, I appreciate you reason why I got your help about my project.
I am going to implementation webrtc-h264capturer with Audio.
I additionally am going to implementation following code.
I searched about CreateAudioSource, but I can't found this issue.
We have some audio codes such as "g711a", "g711u", "adpcm", "g726", "pcm".
How do I implementation CreateAudioSource's param? I now assume that it can implementation capturer like what I combine between h264encoder, ffmpeg. right?
I am waiting to your help. If You can't help me directly, I just want to get some links.
Thank you in advance.
The text was updated successfully, but these errors were encountered: