a rookie question regarding pipes and streams. no answer found so far.
the issue: trying to transcode on-the-fly m4a tp mp3 using faad2 (v2.1 beta) and lame (v3.97). im'm using the following command and it works. well.. kind of...
CODE
c:\\extras\\faad 01.m4a -w | c:\\extras\\lame -S -x -f -m j -b 128 -'
it's used for streaming. run on win xp.
the results: so it works. but it sends approx. 30 sec of a track and then it stops. looks like faad is too fast decoding (?), some kind of a buffer is overloaded or lame looses the stream somewhere in the middle. just wild guesses. there are no problems decoding m4a too wav using faad only. nothing like this happens with ogg, mpc or flac.
any help welcome.
thx.
a