• Max Kellermann's avatar
    shout: pass void pointer to the encoder · b27d9e05
    Max Kellermann authored
    Pass the music chunk as a "const void *" to the encoder, instead of a
    "const char *".  Actually, both encoders currently expect 16 bit
    samples, passing a 8-bit character is rather pointless.
    b27d9e05
shout_mp3.c 4.59 KB