Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #29464 > unrolled thread
| Started by | Chijioke Kenneth <ken.dgc@gmail.com> |
|---|---|
| First post | 2016-01-28 13:18 -0800 |
| Last post | 2016-03-02 12:11 +0100 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.javascript
In Need of a Javascript/ JQuery Libriary to play .amr audio files Chijioke Kenneth <ken.dgc@gmail.com> - 2016-01-28 13:18 -0800
Re: In Need of a Javascript/ JQuery Libriary to play .amr audio files "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-01-28 17:05 -0800
Re: In Need of a Javascript/ JQuery Libriary to play .amr audio files rumman.ashraf@gmail.com - 2016-03-01 22:40 -0800
Re: In Need of a Javascript/ JQuery Libriary to play .amr audio files "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-03-02 12:11 +0100
| From | Chijioke Kenneth <ken.dgc@gmail.com> |
|---|---|
| Date | 2016-01-28 13:18 -0800 |
| Subject | In Need of a Javascript/ JQuery Libriary to play .amr audio files |
| Message-ID | <1d6a4b4e-52fe-4e23-be3b-dbff7005304b@googlegroups.com> |
Hello All, Please, can anyone help me with Javascripts/ JQuery libriary to play .amr audio files directly on my website (PHP website) Thanks in anticipation for a helpful response. Regards.
[toc] | [next] | [standalone]
| From | "Michael Haufe (TNO)" <tno@thenewobjective.com> |
|---|---|
| Date | 2016-01-28 17:05 -0800 |
| Message-ID | <95d1045d-e538-472c-9eb7-da03fb3801ec@googlegroups.com> |
| In reply to | #29464 |
On Thursday, January 28, 2016 at 3:18:31 PM UTC-6, Chijioke Kenneth wrote: > Hello All, > > > Please, can anyone help me with Javascripts/ JQuery libriary to play .amr audio files directly on my website (PHP website) Convert the audio files to a web compatible format: <https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats>
[toc] | [prev] | [next] | [standalone]
| From | rumman.ashraf@gmail.com |
|---|---|
| Date | 2016-03-01 22:40 -0800 |
| Message-ID | <3f534644-d000-4ee4-aa17-9956e370695d@googlegroups.com> |
| In reply to | #29464 |
On Friday, January 29, 2016 at 3:18:31 AM UTC+6, Chijioke Kenneth wrote: > Hello All, > > > Please, can anyone help me with Javascripts/ JQuery libriary to play .amr audio files directly on my website (PHP website) > > Thanks in anticipation for a helpful response. > > Regards. @Chijioke Kenneth Did you find anything ? i need the same.
[toc] | [prev] | [next] | [standalone]
| From | "Evertjan." <exxjxw.hannivoort@inter.nl.net> |
|---|---|
| Date | 2016-03-02 12:11 +0100 |
| Message-ID | <XnsA5BF7C0768AA1eejj99@194.109.6.166> |
| In reply to | #29755 |
rumman.ashraf@gmail.com wrote on 02 Mar 2016 in comp.lang.javascript: > On Friday, January 29, 2016 at 3:18:31 AM UTC+6, Chijioke Kenneth wrote: >> Hello All, >> >> >> Please, can anyone help me with Javascripts/ JQuery libriary to play >> .amr audio files directly on my website (PHP website) >> >> Thanks in anticipation for a helpful response. >> >> Regards. > > @Chijioke Kenneth Did you find anything ? i need the same. Even in the hour of your need, clientside Javascript in itself can never do that, [so follow-up seems off-topic here], even with something as unusefull as jquery, you will need html5 to do that natively, [or perhaps use an api for that??] and imho html5 cann't do that [yet?]. PHP cann't help you either, [unless the server has a serverside sound system?], so is not only off-topic but also useless. But rest assured, your need is not as great as you might imagine, as you can convert the source to .mp3 or .ogg and stream that. <http://stackoverflow.com/questions/17643261/stream-as-html5-audio-or- convert-amr-to-ogg> -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.javascript
csiph-web