Create wavebuffer.rs

This commit is contained in:
Jamie Hardt
2021-09-28 11:59:56 -07:00
parent 1af4c675c7
commit 4cd28c9efe

3
src/wavebuffer.rs Normal file
View File

@@ -0,0 +1,3 @@
pub struct WaveBuffer {
pub format : WaveFmt
}