audio-codec-bsd 0.1.1

FLAC/PCM/WAV multi-format audio container decoder (symphonia + hound, pure Rust) emitting planar audio-core-bsd AudioFrames
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Rust build artifacts
/target/
**/*.rs.bk

# Library crates conventionally do not commit Cargo.lock
Cargo.lock

# proptest failure seed files (generated on property-test failure)
proptest-regressions/

# editor/OS
*.swp
*~
.DS_Store