A Ruby gem for reading and writing sound files in Wave format (*.wav)
Stars
213
Forks
25
Watchers
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
1.1k
commits
1
Adding tests for files with multiple "smpl" chunks
bd6a148
"sample_chunk" -> "smpl_chunk" in fixture names
3b730a6
Using better field value in fixtures
4175e42
Using reference data instead of hard-coded value
fb01c5f
Removing unneeded ".rb" suffixes in `require`
3b91598
Removing duplication in reference sample data
b9102a6
Fixing order of values in assertion
d2e325a
Closing `Reader` instances in tests, for hygiene
c3cf9a6
Adding test assertions for consistency
d386dee
Removing mismatch between variable name and type
2a7d95b
Removing duplicated logic for building file names
2bd8c79
Moving test method to more specific location
eabfec3
Adding extra test case for `Writer#total_duration`
1c917c8
Improving test suite performance 1.68x
d5e00ee
Reading sample data in more flexible way in tests
4e14273