Dear Alexandre,
> main warning: PTS is out of range (115797507), dropping buffer
> main warning: PTS is out of range (115773764), dropping buffer
> main warning: PTS is out of range (115750011), dropping buffer
This error appears to be coming from sox - there are no such warning
messages in the m
Hello, I wish to make streaming MPEG from my sound card input.
So I use the following commands:
mplex -f 8 -o out.mpg out.mp2
mp2enc -o out.mp2 < in.wav
sox -t ossdsp -r 48000 -c 2 /dev/dsp in.wav
This works fine, if wav and out.mp2 are ordinary files and commands
issued one by one. But when I