Hi Torben, users that have found this in the right click have asked for this to be enabled. I would prefer them to compile a show as a playlist and they use that but i cannot have everything.
We have now enabled mixdown and put the lame enc & dll into place and added the following to the ini file:
[MP3Mixdown]
Encoder=lame.exe
ProfileName0=192kps stereo
ProfileParameters0=-m s -b 192 - “$FILENAME”
Mixdown is on but we come to mixdown the other option to mixdown as a profile as wav using the internal encoder.
What have i done wrong?
Also can we add mixdown to the default directories?
Kind regards tony
In the newer 2.1 versions, management of the mixdown profiles have changed. It’s now done inside mAirListConfig, on the Miscellaneous -> Mixdown page.
You can create any number of profiles, which consist of three parts:
Name: whatever you like
Extension: e.g. “mp3”
Command line: including the path to the .exe file, e.g.:
c:\apps\lame\lame.exe -m s -b 128 - “$FILENAME”
Hi Torben, thanks but I still must have a wrong setting.
A 44 second playlist mixed down comes out at 1.29 of *
Kind regards tony
Can you please send me your mAirList.ini?
Hi Torben, should be in the inbox.
Kind regards tony
Problem can be reproced. I’m looking into it.
Found the problem. It was passing floating point data while LAME expects plain 16bit PCM data.