jwagener-soundcloud / recorder.js

*UNMAINTAINED* JavaScript library to record audio in browsers as used in the SoundCloud Javascript SDK.
http://johannes.wagener.cc
MIT License
324 stars 142 forks source link

Playing wav file in recorder.swf? #1

Closed tamerzg closed 13 years ago

tamerzg commented 13 years ago

What is the parameter to load and play existing wav file in recorder.swf?

jwagener commented 13 years ago

currently there is no way to load an existing wav file into the buffer. why would you want to do that? to mix over a recording?

tamerzg commented 13 years ago

I implemented this recorder as part Drupal module, and sometimes there is a case where we have edit page so users can hear already uploaded audio before removing it or overwriting with new recording. I guessed will be able to do that without need of wav player. Also do you know of any wav player to recommend?

jwagener commented 13 years ago

ah ok. i would recommend to use soundmanager http://www.schillmania.com/projects/soundmanager2/ or just use the html5 audio tag (if the browser supports it) to playback the existing wav file.