Open hakan-demirli opened 8 months ago
AudioRecord
Python
Yes
Currently only the default microphone is selected. I wish to specify the device index myself.
Yes. It will extend the AudioRecord Class API.
People with multiple microphones or wrong default microphone.
Assign specific microphone to specific AI.
This line here needs to change: https://github.com/google/mediapipe/blob/5f16f6724685c15d7cdc66c1e4d12f31932dfb45/mediapipe/tasks/python/audio/core/audio_record.py#L77
Hello @hakan-demirli Thanks for raising this API extension request. We shall forward the request to concerned development team and prioritize it internally.
MediaPipe Solution (you are using)
AudioRecord
Programming language
Python
Are you willing to contribute it
Yes
Describe the feature and the current behaviour/state
Currently only the default microphone is selected. I wish to specify the device index myself.
Will this change the current API? How?
Yes. It will extend the AudioRecord Class API.
Who will benefit with this feature?
People with multiple microphones or wrong default microphone.
Please specify the use cases for this feature
Assign specific microphone to specific AI.
Any Other info
This line here needs to change: https://github.com/google/mediapipe/blob/5f16f6724685c15d7cdc66c1e4d12f31932dfb45/mediapipe/tasks/python/audio/core/audio_record.py#L77