Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cubeb_sink: Get rid of variable shadowing within CubebSink's constructor | Lioncash | 2018-09-14 | 1 | -4/+4 |
* | audio_core: Flush stream when not playing anything | MerryMage | 2018-09-12 | 1 | -0/+11 |
* | cubeb_sink: Downsample arbitrary number of channels | MerryMage | 2018-09-09 | 1 | -10/+9 |
* | cubeb_sink: Perform audio stretching | MerryMage | 2018-09-08 | 1 | -17/+20 |
* | cubeb_sink: Hold last available value instead of writing zeros | MerryMage | 2018-09-08 | 1 | -5/+15 |
* | cubeb_sink: Use RingBuffer | MerryMage | 2018-09-08 | 1 | -40/+26 |
* | Add audio stretching support | fearlessTobi | 2018-09-08 | 1 | -0/+7 |
* | cubeb_sink: Protect queue with a mutex | MerryMage | 2018-08-12 | 1 | -0/+6 |
* | audio_core: Use s16 where possible for audio samples. | bunnei | 2018-08-05 | 1 | -6/+5 |
* | cubeb_sink: Support variable sample_rate and num_channels. | bunnei | 2018-08-04 | 1 | -15/+25 |
* | audio_core: Sinks need unique names as well. | bunnei | 2018-08-04 | 1 | -5/+6 |
* | audio_core: Implement Sink and SinkStream interfaces with cubeb. | bunnei | 2018-07-31 | 1 | -0/+190 |