waveform icon indicating copy to clipboard operation
waveform copied to clipboard

Generate waveform images from audio files

Results 8 waveform issues
Sort by recently updated
recently updated
newest added

Hi, Recently I worked on converting mp3 to wave image. It works well via terminal command. Here is the code. waveform -c#3484a6 -b#000000 -F test.wav test.png But I have a...

hello, this is not a bug, just a question how can i use this in asp.net mvc ? thank you

This PR gives you the option to 1. not draw and save the png 2. just have the samples array returned, so i can use it for drawing a html5...

FYI, I created a gem that provides a paperclip post-processor to easily create sites with a soundcloud.com appearance. The gem is at https://github.com/atd/paperclip_waveform You might want to add it to...

Hi - I get the following error when trying to run waveform (essentially it looks like a ruby-audio problem). Have you any suggestions? C:/RailsInstaller/Ruby2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file --...

Hey, this isn’t an issue per-say, but a request. Would love it if you could point me in the right direction. I have this gem working great and am able...

I noticed that for long audio files, the previous solution produced waveforms which ran slower than the audio file. So here is an update: Previously the frames_per_sample depended on the...