mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
Changed module name, gitignore changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
extern crate wavfile;
|
||||
extern crate bwavfile;
|
||||
|
||||
use wavfile::WaveReader;
|
||||
use wavfile::Error;
|
||||
use bwavfile::WaveReader;
|
||||
use bwavfile::Error;
|
||||
|
||||
#[test]
|
||||
fn test_open() {
|
||||
|
||||
Reference in New Issue
Block a user