summaryrefslogtreecommitdiffstats
path: root/audio/audio_buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* player: add audio drop/duplicate modewm42015-10-271-0/+1
| | | | Not very robust in the moment.
* audio: add mp_audio_bufferwm42013-11-121-0/+44
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.