Crate data2sound
source ·Constants
- The sample rate to use when encoding
Functions
- Decode wav file to file by converting the sine wave to bytes
- Encode file to wav file by converting the bytes to a sine wave, then writing the sine wave to a wav file
Type Definitions
- The result type for this crate, which is just a re-export of
hound::ResultA type for results generated by Hound where the error type is hard-wired.