Questions tagged as 'html5-audio'

1
answer

How to make audio capture with HTML5 and Javascript?

I'm doing research on audio recording with HTML5, but none of the tutorials I've found worked, many of them use getUsermedia (), but it seems to me that it's deprecated so someone could present me with a practical example that really works for ca...
asked by 14.02.2016 / 16:33
1
answer

How do I create a javascript function to filter audio rss (podcast) for a project?

I have a question about how to create a function where I can filter audio (.mp3), with a maximum of 5 audios in the feed. And audio title from the RSS feed of the CBN podcast: link Well, in this case I managed to put the href, but I have...
asked by 01.09.2015 / 21:35
2
answers

HTML Audio - How to go to the next song automatically in a playlist with jQuery

I'm creating a playlist with HTML5 and jQuery. My markup: <ol class="playlist"> <li> audio 1 <audio class="track" preload="none"> <source src="<?php echo $siteroot; ?>/audio/joao/docevapor/audio1.ogg"...
asked by 29.05.2015 / 17:56
1
answer

How to insert an audio / mp3 using Cakephp?

I'm trying to view this: <?php echo $this->Html->media('musica.mp3'); ?> but nothing appears     
asked by 20.02.2015 / 02:57
1
answer

Jplayer does not work in IE8

I have an audio listing on a page that I'm developing, in Mozilla and Chrome, IE9 and IE10 got ball show, however in IE8, it does not run when I press the 'play' button. Jplayer Website: link Has anyone ever had this problem with IE8 wor...
asked by 23.06.2014 / 16:38
1
answer

Audio tag - Fade and individual playback

I have a page with multiple audios, using the native html5 player. I need to add fade in / out to the audios and somehow allow only one audio to play at a time. Any light? rs <audio class="borda-player" src="audios/9.mp3" controls>&l...
asked by 26.12.2017 / 19:57
1
answer

How to delete Modal Bootstrap data the second time - ASP.NET MVC 5

When I open Modal the second time, the audio element remains the same. I've uploaded new audio and still continues the old audio. Please follow my code below. <div class="col-xs-6"> @Html.LabelFor(model => model.Voic...
asked by 05.10.2016 / 21:33
0
answers

Audio description in videos player- HTML 5

I'm seeing to implement audio description in the videos in the company where I work, at first I thought we created 2 videos and a button in the player to switch to the video with Audio B with the description, but I do not know if this would be t...
asked by 15.09.2016 / 18:48
0
answers

How to convert "arraybuffer" to "string" and vice versa?

I'm making a mobile app in HTML5 and need to store data from MP3 files and bitmap images in localStorage. The problem is that you only have to store String so I need to convert a buffer to String to stock and then the opposite to retrieve. I...
asked by 29.03.2015 / 21:26
2
answers

Play one audio at a time

I have this scenario: <audio id="audio1" controls> <source src="http://stream?type=.mp3"type="audio/mp3" /> </audio><br /> <audio id="audio2" controls> <source src="http://stream?type=.mp3"type="audio/...
asked by 11.11.2015 / 15:47