Changes between Initial Version and Version 2 of Ticket #1956


Ignore:
Timestamp:
Aug 25, 2016 2:58:55 AM (8 years ago)
Author:
ming
Comment:

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  
    44{{{ 
    55pjmedia_aud_param_set_cap(&param, PJMEDIA_AUD_DEV_CAP_INPUT_SOURCE, 
    6                          // 4 is VOICE_CALL 
    7                          PJMEDIA_AUD_DEV_ROUTE_CUSTOM | 4); 
     6                         // 6 is VOICE_RECOGNITION 
     7                         PJMEDIA_AUD_DEV_ROUTE_CUSTOM | 6); 
    88}}} 
    99 
    1010Valid audio input source values can be found in [https://developer.android.com/reference/android/media/MediaRecorder.AudioSource.html Android doc here]. 
     11 
     12Thanks to Johan Lantz for the suggestion.