Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

WaveFile Examples

This folder contains some example scripts that show how to use the WaveFile gem.

  • generate_square_wave.rb - Shows a simple example of how to generate sound and save it to a wave file. Generates a square wave and writes it to a wave file named "square.wav".
  • append.rb - Appends the wave files given as arguments into a single continuous wave fie.
  • info.rb - Displays various metadata about the wave file given as an argument.