• Max Kellermann's avatar
    shout: make the shout_buffer static · 265b8fff
    Max Kellermann authored
    Since the buffer size is known at compile time, we can save an
    indirection by declaring it as a char array instead of a pointer.
    That saves an extra allocation, and we can calculate with the
    compile-time constant sizeof(data) instead of the attribute "max_len".
    265b8fff
audioOutput_shout.h 2.49 KB