Did anybody try transcoding to other formats than mp3?
I wanted to check AAC/M4A streams which sound a bit better than MP3 at lower bitrates.
I'm using these settings:
- Code: Select all
name: mp3 > m4a
from: mp3
to: mp4
step 1: lame --decode %s -
step 2: faac -b %b - -
Both programs are being launched by subsonic, but foobar can't open the stream.
Any tips?
Thanks.