aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/audio_buffer.h
Commit message (Collapse)AuthorAge
* audio: add mp_audio_bufferGravatar wm42013-11-12
Implementation wise, this could be much improved, such as using a ringbuffer that doesn't require copying data all the time. This is why we don't use mp_audio directly instead of mp_audio_buffer.