cpal/examples
mitchmindtree 58356f49b4 An alternative approach to removing `UnknownBufferType`.
This is a potential alternative to #359. This PR is based on #359.

This approach opts for a dynamically checked sample type approach with
the aim of minimising compile time and binary size.

You can read more discussion on this [here](https://github.com/RustAudio/cpal/pull/359#issuecomment-575931461)

Implemented backends:

- [x] null
- [x] ALSA
- [ ] CoreAudio
- [ ] WASAPI
- [ ] ASIO
- [ ] Emscripten
2020-01-19 15:06:19 +01:00
..
beep.rs An alternative approach to removing `UnknownBufferType`. 2020-01-19 15:06:19 +01:00
enumerate.rs Update examples for switch to `thiserror` 2019-10-13 12:36:49 +02:00
feedback.rs An alternative approach to removing `UnknownBufferType`. 2020-01-19 15:06:19 +01:00
record_wav.rs An alternative approach to removing `UnknownBufferType`. 2020-01-19 15:06:19 +01:00