Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 218 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 218 Bytes

Wave

Read and write RIFF WAVE files. Use Wave::load to read from and Wave::save to write to a wav file.

Custom Type Convertion

In order to use custom types you have to implement the Wave::Conversion class.