Comment 20 for bug 348353

Revision history for this message
Mike Rans (rans) wrote :

Actually just to rule things out I just reduced my.asoundrc to only:
# Encode AC3 -> Directly on hardware
pcm.Filter_A52Encode {
    type a52
    bitrate 448
    channels 6
    card NVidia
}

# Rate Converter to 48kHz, needed for some applications
pcm.a52 {
    type rate
    slave {
        pcm "Filter_A52Encode"
        rate 48000
    }
}
and it still works.