jacksonlcrews / darkice

Automatically exported from code.google.com/p/darkice
0 stars 0 forks source link

Scrambled audio when encoding aacp using jack #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start jackd -d dummy -r44100 (trying other samplerated won't solve the 
problem)
2. start darkice with aacp encoder from JACK source
3. start mplayer -af channels=1 -ao jack -playlist 
http://bbc.co.uk/radio/listen/live/r2.asx (any other source will work, too)
4. connect the JACK connectors (jack_connect "MPlayer [27968]:out_0" 
"darkice-27819:mono" for example)

What is the expected output? What do you see instead?
The audio stream should sound fine but it's scrambled instead of that.

What version of the product are you using? On what operating system?
Tried both darkice-1.0 and -trunk on Debian Linux with libaacplus 1.0.4 and 
1.0.5 on i386 and amd64.

Please provide any additional information below.
When using ALSA-Loop (snd-aloop.ko) via hw:Loopback it is encoding fine with 
this configuration but sadly crashes every now and then (about every 1-12h).

Configuration File:
[general]
duration        =       0
bufferSecs      =       5
reconnect       =       yes

[input]
device          =       jack
sampleRate      =       44100
bitsPerSample   =       16
channel         =       1

[icecast2-0]
bitrateMode     = cbr      # also tried vbr and abr
format          = aacp    
bitrate         = 32       # also tried other bitrates
server          = 127.0.0.1
...

Regards,
Kai

Original issue reported on code.google.com by onkel...@gmail.com on 16 Sep 2010 at 9:22

GoogleCodeExporter commented 9 years ago
This bug seems a nasty one.
Someone will need to debug this.

Original comment by rafael2k...@gmail.com on 24 Sep 2010 at 1:37

GoogleCodeExporter commented 9 years ago
Reporter: Can you try to retest with libaacplus 2.0 and darkice HEAD?

Original comment by kri...@gmail.com on 1 Nov 2010 at 7:27