-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot See/Select Opus From Settings #178
Comments
What Android versions do you mean? Opus codec is supported on Android 10+. |
7.1.2 and 9.
This is dependent on system libraries for that? Is it because a software encoder is not available or usable for this app on its own? Playback of and file conversion to opus files is doable on Android versions <10. |
Yes, recording is now done via built-in MediaRecorder, and it supports Opus on Android 10+ only. |
So, this was different in the past? Thank you for clarifying. If none of these are feasible, then maybe adding a disclaimer in the app description about what formats are (currently) supported and under what conditions (eg "Opus (only on Android versions 10 and above)" like that) would be a good solution to this problem. |
No, there wasn't such feature before. I've just wanted to emphasize that, because e.g. MP3 recording is done in a different, non-system dependent way. It could be done like you've written, and maybe it will be done, because there are already some issues raised with current OPUS support (e.g. #102, #164). |
Yaaay~! "It's doable" in any form is usually good to hear in FOSS projects, since there can be so many obstacles to achieving basic (or seemingly basic) things. |
I just use some of those apps, and thus I like helping develop them by translating into my language or do relatively simple things in the code. And actually, OPUS codec support was added by me. |
Nice. Thanks for helping out, since that improves things for everyone else. Was adding OPUS support hard? |
Since it's natively supported by Android, it wasn't that hard: https://github.com/SimpleMobileTools/Simple-Voice-Recorder/pull/63/files. |
So, I came here to request that the Opus codec be added to the list of options to choose from to record, but then I saw several issues that implied it has already been added.
I have this app installed on two very different devices with different Android versions and both of them show it missing.
Is this a bug? Or something I missed from the change logs?
The text was updated successfully, but these errors were encountered: