Log in

View Full Version : Besweet mp2->ssrc->mp2 bug


Warren
4th January 2003, 10:51
Hi, I'm trying to turn a 44.1khz mp2 stream into a 48khz mp2 stream with the following commandline:

besweet -core( -input "audio.mp2" -output "new.mp2" -2ch ) -ssrc( --rate 48000 ) -2lame( -s 48000 -m s -b 224 )

with those settings i get clickings in the new mp2, but it i decode the mp2 to wav first:

besweet -core( -input "audio.mp2" -output "new.wav" -2ch )

and then run:

besweet -core( -input "new.wav" -output "new.mp2" -2ch ) -ssrc( --rate 48000 ) -2lame( -s 48000 -m s -b 224 )

it works fine. Any clues? My machine is an Athlon XP 2000 with 768mb DDR with a RAID-0 array

DSPguru
4th January 2003, 11:43
http://forum.doom9.org/showthread.php?s=&threadid=15738