[Support]: Feature request: Custom file extension for recordings #71
Replies: 2 comments 1 reply
|
I am not against it as-is, the problem happens when writing the audio file. On every OEMs, for some reasons, from my understanding, the way audio is encoded in the file itself is in part controlled by the file extension in the name. This means that certains file name will cause a crash as the phone does not know how to handle them. This is what happened with the AAC codec. This would force us to have a weird logic that first write the file, and then rename it, which I'm not really a fan of. That aside, I had reports from another users on Android 16 Honor Magic 10 that they could do it with m4a/ogg. Take a look at the table here |
|
The built-in player on Honor expects m4a or wav so it can index it and add it to its list. If I use aac which makes m4a everything is fine, but I want to use opus compression because it is more efficient and takes up less space. If the file is in opus compression and an ogg container, but I rename it to m4a, the built-in player plays it and doesn't crash. Maybe adding a file extension tag to the file name tags would be the most elegant solution, whoever wants it uses it. While we do not and will not offer pre-defined templates for specific apps, we provide the ability to customize your filename format by including multiple details like the hour, contact name, or, when available, the name of the application that made the call, FILE NAME EXT |
Uh oh!
There was an error while loading. Please reload this page.
Checklist
ShizuCallRecorder Version
1.2.0 (15)
Shizuku Version
ShizuCallRecorder-1.2.0.apk
Android Version
Android 16
The model of your device
Honor Magic 8 pro
Explain your problem
All reactions