audio_samples_streaming 0.1.0

Chunk-based audio streaming for Rust, built on audio_samples (core audio representation and processing) and audio_samples_io. Streams AudioSamples buffers through a unified AudioStream/AudioSink trait pair; WAV, FLAC, hardware devices, rodio, and async.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

All notable changes to this project will be documented in this file.

## v0.1.0

### Added

- Initial release: chunk-based audio streaming over a unified `AudioStream`/`AudioSink` trait pair, with WAV and FLAC file I/O, real-time device capture/playback via cpal, a rodio 0.22 `Source` adapter, and an async `Stream` adapter


### Todo

- More testing