Update to v0.9.0

This commit is contained in:
Jamie Hardt
2020-12-25 22:23:48 -08:00
parent b303a74d45
commit f3b646868f
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -2,7 +2,7 @@
# It is not intended for manual editing. # It is not intended for manual editing.
[[package]] [[package]]
name = "bwavfile" name = "bwavfile"
version = "0.1.7" version = "0.9.0"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"encoding", "encoding",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "bwavfile" name = "bwavfile"
version = "0.1.7" version = "0.9.0"
authors = ["Jamie Hardt <jamiehardt@me.com>"] authors = ["Jamie Hardt <jamiehardt@me.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"

View File

@@ -12,7 +12,7 @@ This is currently a work-in-progress! However many features presently work:
| Feature | Read | Write | | Feature | Read | Write |
|---------------------------------------|:-----:|:-----:| |---------------------------------------|:-----:|:-----:|
| Standard .wav files | ☑️ | | | Standard .wav files | ☑️ | ☑️ |
| Transparent promotion to RF64/BW64 | ☑️ | | | Transparent promotion to RF64/BW64 | ☑️ | |
| Unified interface for regular and extended Wave format | ☑️ | | | Unified interface for regular and extended Wave format | ☑️ | |
| Channel/speaker map metadata | ☑️ | | | Channel/speaker map metadata | ☑️ | |