Crate data2sound

source ·

Constants

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::Result A type for results generated by Hound where the error type is hard-wired.