-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File creating and caching now works for mp3 and spectrograms.
modified: Gemfile.lock modified: app/controllers/sites_controller.rb -- json info now includes photos modified: app/models/audio_event.rb modified: app/models/site.rb modified: app/models/tag.rb -- got rid of inverse_of settings modified: lib/modules/audio.rb modified: lib/modules/audio_ffmpeg.rb modified: lib/modules/audio_sox.rb modified: lib/modules/file_cacher.rb -- mp3 files are no created and cached modified: lib/modules/spectrogram.rb -- spectrogram gen. can now take account of window and sample rate deleted: media/cachedaudio/.gitkeep deleted: media/cachedimages/.gitkeep -- these should not have been checked in modified: test/unit/module_audio_test.rb modified: test/unit/module_spectrogram_test.rb -- added more tests, and they pass (I know, I was surprised too)
- Loading branch information
Showing
9 changed files
with
78 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters