-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
mp3 should be the automatic file extension type #35
Comments
As Naveen said in your previous request, we'll change default to MP3. However, we probably won't change it to FLAC or Opus. We don't want to enforce users into saving recordings that can take much space (FLAC). We don't plan on setting Opus as default until it will work on every Android (currently it's for 10+). |
It is misleading to say, that opus does not work with Android 9-. Opus codec is recognized starting with Android 5 (A5 - .webm, .mka, .mkv extensions, A7-A9 - .ogg & .oga extensions, A10-A14 - .opus and all all others), opus extension recognized starting with mainstream Android 10 (Lineage 16 (Android 9)).
Moreover there is question - how recognition/compliance is defined/measured - by capabilities of operating system itself, by (outdated, 5 years+ not-updated) file manager capabilities (of knowing what to do wilt .opus file) or by outdated music player capabilities (modern, up-to-date players shall open/play .opus even if installed on older operating system. So most probably old (neglected) applications and not operating system itself is to blame. For example, try using fresh FX File Explorer and Vanilla Music or Poweramp... Even by mere count, we can see, that opus partial compliance is alleged in Android 5, 6-9, full 10-14. So majority to date is compliant fully. Most probably opus codec will never ever play on Android 4 and more ancient as nobody most probably will backport it - so as can be understood - .opus never will be default in this app? |
@osering I said we don't plan on setting Opus as default until it will work on every Android, because Fossify Voice Recorder supports it from Android 10+. |
So never :D |
I think what he means is encoding rather than decoding. Decoding support is, as you've pointed out, already supported on virtually every device. It's encoding that's the issue. So, one option is to bundle Opus recording support directly in the app, instead of Android's built-in system library. But, that's work that someone will have to do. |
she* I think Android 10+ is not that bad, it's available on the cheapest phones I could find for testing. Our efforts are better focused on improving and implementing things for more recent versions. |
There are no girls on the internet. I thought everyone knew that. ;P
So, what does that mean for this issue specifically? The thread made it seem like Opus will become default if/when Android 10 and above is the norm, which you are saying is now. |
Changed default file type to MP3 (#35)
We'll switch to Opus when the minimum Android version supported by Fossify apps is Android 10. Right now the minimum Android version is either 6 or 7. |
Checklist
Feature description
make .mp3 the default audio format. not to be rude but closing this last time was pedantic.
Why do you want this feature?
m4a is not foss and it should say that in the 'select file type menu'
Describe alternatives you've considered:
on first open of the app ask the user to input desired file extension and clarify that m4a isnt foss
Additional information
just make mp3 the default until flac is integrated / opus is fixed
The text was updated successfully, but these errors were encountered: