| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-08 | WaveFile: Return GET_BUFFER_ERROR if wrong amount read | jepler | |
| Closes: #2128 | |||
| 2019-08-03 | Allow to specify pre-allocated buffer in audicore.WaveFile | Radomir Dopieralski | |
| It lets us re-use the same buffer for playing multiple files. This also allows us to control the size of the buffer. Half of the buffer will be used for the fist, and half for the second internal buffer. | |||
| 2019-07-25 | audiocore: Factor from audioio | Jeff Epler | |
| When nrf pwm audio is introduced, it will be called `audiopwmio`. To enable code sharing with the existing (dac-based) `audioio`, factor the sample and mixer types to `audiocore`. INCOMPATIBLE CHANGE: Now, `Mixer`, `RawSample` and `WaveFile` must be imported from `audiocore`, not `audioio`. | |||
