Module cybergrape::hound_helpers

source ·
Expand description

A wrapper for the hound library that writes binauralized audio to the user-speciifed output file.

Structs§

  • A monitor wrapper for the hound WavWriter that writes out binauralized audio

Functions§

  • This function, given a Vec of filenames, uses hound to read the audio data into a 2D Vec, where each Vec represents the audio file data.
  • Writes two vectors of samples to a file on the disk in WAV format