Open inson1 opened 11 months ago
In Readme nearly nobody will find it. I think the best would be a short description under each radio button. Alternatively, a new entry in FAQ (in the app).
I think the audio sources in the app correspond to some of the MediaRecorder.AudioSource options from Android.
Hi there. Would choosing any of the aforementioned audio sources allow recording of two-way voice or Voip communication? Like "call recorder". Thanks.
Hi there. Would choosing any of the aforementioned audio sources allow recording of two-way voice or Voip communication? Like "call recorder". Thanks.
I don't think you will be able to record calls because VOICE_CALL is an audio source option, but there are some options from the Android API documentation:
VOICE_COMMUNICATION Microphone audio source tuned for voice communications such as VoIP. It will for instance take advantage of echo cancellation or automatic gain control if available.
VOICE_CALL Voice call uplink + downlink audio source Capturing from VOICE_CALL source requires the Manifest.permission.CAPTURE_AUDIO_OUTPUT permission. This permission is reserved for use by system components and is not available to third-party applications.
Hi there. Would choosing any of the aforementioned audio sources allow recording of two-way voice or Voip communication? Like "call recorder". Thanks.
I don't think you will be able to record calls because VOICE_CALL is an audio source option, but there are some options from the Android API documentation:
- VOICE_COMMUNICATION Microphone audio source tuned for voice communications such as VoIP. It will for instance take advantage of echo cancellation or automatic gain control if available.
- VOICE_CALL Voice call uplink + downlink audio source Capturing from VOICE_CALL source requires the Manifest.permission.CAPTURE_AUDIO_OUTPUT permission. This permission is reserved for use by system components and is not available to third-party applications.
Thanks for clarifying. I don't suppose you know, or if it's at all relevant. What Android API feature music recognition applications such as Shazam take advantage of, as they allow recognition of sound(music) internally , from another application, hence my assumption that they can capture audio output? Sorry if above is confusing.
Thanks for clarifying. I don't suppose you know, or if it's at all relevant. What Android API feature music recognition applications such as Shazam take advantage of, as they allow recognition of sound(music) internally , from another application, hence my assumption that they can capture audio output? Sorry if above is confusing.
I don't know anything about the internals of Shazam, but I'd guess that Capture audio playback is probably similar.
Checklist
Is your feature request related to a problem? Please describe. I'm also quite confused by the options for "Audio source" in the app settings. For example, what does "Android default" mean, and why isn't it the default option?
Could this setting be made clearer or add information about what each option means and how one would choose an audio source?
Describe the solution you'd like title - first would be better
Describe alternatives you've considered title