• Max Kellermann's avatar
    shout: fixed the lame input buffer allocation · f600f4a2
    Max Kellermann authored
    "float (*lamebuf)[2] = g_malloc()" does NOT allocate two float*
    buffers.  The formula is even wrong: it should be applied to LAME's
    output buffer, not its input buffer.
    
    Converted "lamebuf" to the two variables "left" and "right", and
    allocate them independently with the exact buffer size.  Set
    right=left if mono output is configured.
    f600f4a2
Name
Last commit
Last update
..
alsa_plugin.c Loading commit data...
ao_plugin.c Loading commit data...
fifo_plugin.c Loading commit data...
jack_plugin.c Loading commit data...
mvp_plugin.c Loading commit data...
null_plugin.c Loading commit data...
oss_plugin.c Loading commit data...
osx_plugin.c Loading commit data...
pulse_plugin.c Loading commit data...
shout_mp3.c Loading commit data...
shout_ogg.c Loading commit data...
shout_plugin.c Loading commit data...
shout_plugin.h Loading commit data...