I did some searches and didn't see these questions addressed.
1) Since Windows Media player 7, Microsoft has bundled an ACM MP3 codec.
two flavors - L3CODECA.ACM which was limited to lower rates, and with WMP10, L3CODECp.ACM, a full function Fgh MP3 codec.
I'm encoding some audiobooks at low bit rates which the Fgh encoder does much better than LAME. How do I tell dbpowerAMP to use the ACM codec for encoding rather than LAME? I see you've got an option to callout to command line encoders, but I'd rather use the ACM codec I've already got on my system.
2) I'm also experimenting with the WMA9 Voice codec. According to the Microsoft documentation here you need to tell it what mode to operate in, voice only, music, or mixed.
I encoded an audiobook that had a music passage which came out horrible, which makes me wonder if you were forcing voice-only mode.
Are you? Any chance you could add a setup option to let the user choose?
1) Since Windows Media player 7, Microsoft has bundled an ACM MP3 codec.
two flavors - L3CODECA.ACM which was limited to lower rates, and with WMP10, L3CODECp.ACM, a full function Fgh MP3 codec.
I'm encoding some audiobooks at low bit rates which the Fgh encoder does much better than LAME. How do I tell dbpowerAMP to use the ACM codec for encoding rather than LAME? I see you've got an option to callout to command line encoders, but I'd rather use the ACM codec I've already got on my system.
2) I'm also experimenting with the WMA9 Voice codec. According to the Microsoft documentation here you need to tell it what mode to operate in, voice only, music, or mixed.
The g_wszWMACMusicSpeechClassMode property is the mode of the voice codec. A value of 1 informs the codec that the content is voice-only, a value of 2 has the codec determine the mode on its own, and any other value informs the codec to use music mode.
Are you? Any chance you could add a setup option to let the user choose?
Comment