-
Notifications
You must be signed in to change notification settings - Fork 0
meussram/redsox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
RedSoX: Written by Samuel Ramambason audio files -> RESQUE(soxi + sox -> metadata + plot points -> REDIS) Requirements: Ruby 1.9.3, Redis(~>2.2.2), SoX(~>14.3) For MP3 support, check Sox's dependencies (libid3tag, libmad, and madplay libs) To run: Start Redis Start your Resque workers: rake resque:work QUEUE='audio_file_parsing' rake resque:work QUEUE='audio_plot_points_to_redis' Enqueue your 'AudioFileParser' jobs in 'audio_file_parsing' queue: ruby scripts/resquer.rb. These jobs in turn push 'AudioPlots' jobs into the 'audio_plot_points_to_redis' queue. To Do: Write tests, write tests, and write tests... I'm guessing a whole lot otherwise too.
About
audio files -> RESQUE(soxi + sox -> metadata + plot points -> REDIS)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published