-
-
Notifications
You must be signed in to change notification settings - Fork 62
Labels
feature requestIssue is about a new feature or improving existing feature/behavior.Issue is about a new feature or improving existing feature/behavior.
Description
Checklist
- I made sure that there are no existing issues - open or closed - to which I could contribute my information.I have read the FAQ and my problem isn't listed.I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise.This issue contains only one feature request.I have read and understood the contribution guidelines.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
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
naveensingh, Aga-C, Zerriox, kacnje, TheRupp and 3 more
Metadata
Metadata
Assignees
Labels
feature requestIssue is about a new feature or improving existing feature/behavior.Issue is about a new feature or improving existing feature/behavior.
Activity
inson1 commentedon Jan 3, 2024
SimpleMobileTools/Simple-Voice-Recorder#244
Aga-C commentedon Jan 3, 2024
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).
tanyabouman commentedon Jan 11, 2024
I think the audio sources in the app correspond to some of the MediaRecorder.AudioSource options from Android.
Voice-Recorder/app/src/main/kotlin/org/fossify/voicerecorder/helpers/Config.kt
Lines 30 to 38 in dcdce9a
smutax commentedon Feb 26, 2024
Hi there. Would choosing any of the aforementioned audio sources allow recording of two-way voice or Voip communication? Like "call recorder". Thanks.
tanyabouman commentedon May 10, 2024
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.
smutax commentedon May 10, 2024
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.
tanyabouman commentedon May 10, 2024
I don't know anything about the internals of Shazam, but I'd guess that Capture audio playback is probably similar.
miscounted commentedon Jan 24, 2025
Frequency response graphs will make it easier to decide which application it would suit the best.
As all android devices are different, onr way to know for sure is to capture a known calibration noise (like brown noise) with all of the presets. It would be convenient to have an in-app function that does that, even if the user would have to provide a brown noise source first.
13 remaining items
fix: change audio source to DEFAULT (#211)
naveensingh commentedon Aug 29, 2025
Is anyone else facing any issues due to this removal?
Funkyflosh commentedon Aug 30, 2025
Hi Naveen, first: I really appreciate your great work!
My problem is, that my recordings are now very much less loud than they used to be.
Also using a Pixel mobile is a true PITA regarding audio (calls, recordings, etc.). Your app was the only one that gave me the option to choose an audio input and thus still use voice recordings.
I'd be very grateful if you could bring back the feature in the next version.
Regards
Florian
naveensingh commentedon Aug 30, 2025
Are you experiencing this on version v1.3.4 or v1.3.5?
Which option worked well for you?
Funkyflosh commentedon Aug 30, 2025
feat: restore "Audio source" option as "Microphone mode"
feat: restore "Audio source" option as "Microphone mode" (#215)
naveensingh commentedon Sep 2, 2025
Added the option back and renamed it to Microphone mode. Available in v1.4.0.