lib/feep/sound_file.rb in feep-0.0.8 vs lib/feep/sound_file.rb in feep-0.0.9

- old
+ new

@@ -1,6 +1,7 @@ # lib/feep/sound_file.rb # Contains code from Joel Strait's nanosynth to generate raw audio +# https://github.com/jstrait/nanosynth require 'wavefile' require_relative 'constants' module Feep \ No newline at end of file