Changes between Initial Version and Version 2 of Ticket #1956
- Timestamp:
- Aug 25, 2016 2:58:55 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1956
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #1956 – Description
initial v2 4 4 {{{ 5 5 pjmedia_aud_param_set_cap(¶m, PJMEDIA_AUD_DEV_CAP_INPUT_SOURCE, 6 // 4 is VOICE_CALL7 PJMEDIA_AUD_DEV_ROUTE_CUSTOM | 4);6 // 6 is VOICE_RECOGNITION 7 PJMEDIA_AUD_DEV_ROUTE_CUSTOM | 6); 8 8 }}} 9 9 10 10 Valid audio input source values can be found in [https://developer.android.com/reference/android/media/MediaRecorder.AudioSource.html Android doc here]. 11 12 Thanks to Johan Lantz for the suggestion.