Hi,
Plz suggest me a player to play .wav or .aiff files. so that i can use
it in my Ruby on Rails App.
Thanks,
Srikanth
Hi,
Plz suggest me a player to play .wav or .aiff files. so that i can use
it in my Ruby on Rails App.
Thanks,
Srikanth
Srikanth J. wrote:
Hi,
Plz suggest me a player to play .wav or .aiff files. so that i can use
it in my Ruby on Rails App.
The server-side has nothing to do with this. Players exists client-side.
Web browsers will typically rely on a plugin to play sound files. For
instance on the Mac, QuickTime is the default player for these types of
files. Windows will, of course, use Windows Media Player by default.
Robert W. wrote:
Srikanth J. wrote:
Hi,
Plz suggest me a player to play .wav or .aiff files. so that i can use
it in my Ruby on Rails App.The server-side has nothing to do with this. Players exists client-side.
Web browsers will typically rely on a plugin to play sound files. For
instance on the Mac, QuickTime is the default player for these types of
files. Windows will, of course, use Windows Media Player by default.
Thanks a lot …
this helped me so much…
Srikanth J. wrote:
Thanks a lot …
this helped me so much…
You should also be aware that supporting audio and video on the web is
undergoing a significant change in the transition from HTML 4.01 to
HTML5.
HTML5 includes a couple of new tags
http://www.w3schools.com/html5/tag_audio.asp
http://www.w3schools.com/html5/tag_video.asp
Also several experiments are underway to support HTML5 video.
This one comes to mind:
http://www.youtube.com/html5
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs