1
3rd Party Plugins - (fb2k) / Re: TagBox Tag Editing Plugin
Last post by NetRanger -11 September 2024, 02:18:30
Woo boo! No luck with Foo bar on Android... But, this works to play xHE-AAC on my android 10, it has excellent navigation buttons, and most importantly it remembers your place when the battery suddenly dies:Check again. FhG's one supports down to 12 kbps for stereo in CBR.
https://play.google.com/store/apps/details?id=mindmine.audiobook
The only problem remaining is that EZ CD audio converter only offers stock bit rates that only go down to 24 kps. My goal was to use ffmpeg to record 64kps 38 hour speech opus files, then convert them into 14 or 18 kps xHE-AAC, which would not be as annoying as the grain in the opus files sub 24 kps.
Exahale doesn't have low bitrate abilities as I understand it. Main concepts ffmpeg plug in is either $79 or $100, I can't tell because of the video related wording, that doesn't translate well to my audio focused brain. And, EZ cd audio converter does not go below 24 kps, in its gui, at least. (maybe a file or registry setting could be edited?)
If there's a mod that can go down to 6 kbps for stereo and 3 kbps for mono, it must be compared with FhG's one at a similar bitrate.Anyway, the newest exhale source revision (commit 49517c4d), apart from fixing the preset-f issue and increasing the coding efficiency slightly, includes code which, when activated, allows exhale to encode with up to ~300 kbps (stereo) and up to full CD/broadcast audio bandwidth (24 kHz).
It's interesting that you've seen genuine interest in doing that. I did a tiny mod a while ago which added the ability to go up to 12, but still capped high frequencies to not go >20kHz for CDDA, because I felt that would be silly. And we have the example of libopus where they don't bother with such potential silliness!
exhale -b 6 input.wav out.mp4Or:
exhale lb0 input.wav out.mp4And in help:
(lb0-5) low-complexity, low-bitrate Extended HE-AAC using eSBR and ePS at 2*#+6 kbit/sePS = enhanced Parametric Stereo
(mb0-8) low-complexity, medium-bitrate Extended HE-AAC using eSBR and ePS at 2*#+18 kbit/s
(-b [bitrate]) specify bitrate for Extended HE-AAC encoding (in kbit/s)