Questions tagged as 'audio'

1
answer

Audio html5 tag does not play on iOS

I have a webpage that loads audio content with the <audio> tag Audio plays on Android and Windows without problem but in iOS 10.3.3 it can not be played <audio controls="true"> <source src="http://192.168.1.25:8080/" prel...
asked by 16.12.2018 / 14:34
0
answers

audio tag html5 does not play streaming on iOS

I have a website that has the audio tag if the source of the audio is an mp3 file works on iOS. But it turns out that if the source of the audio is an audio streaming iOS does not play anything. The iOS version is 10.3.3. Thanks <audio cont...
asked by 17.12.2018 / 16:20
0
answers

How to use the Android speaker ignoring the Android Studio Headphones

I'm making an application that works like an alarm, the problem is that when I play the audio that I set as an alert if the headphones are connected it uses them as an audio output, how can I make it sound in the main speaker ignoring the hearin...
asked by 23.08.2018 / 17:32
0
answers

How to simultaneously play two PCM audio streams in a DMA

I am working on a project on the stm32f769i-disk card, which has to run a video game made by me. The graphic part is solved, where I have problems is wanting to play two or more wav files, I do not know which is the correct way to add them in a...
asked by 11.01.2018 / 04:21
0
answers

Download audios from Firebase (Android Studio)

Hello people from StackOverflow. I am a student of an Android course and in classes we started to see how to work with Firebase. The fact is that I have managed to get my application to play a series of mp3 audio from the database, but now I...
asked by 23.03.2018 / 21:27
1
answer

Play audio in JQuery

In my HTML I have the following (in addition to the "display: none" in the css): <audio class="audio"> <source src="~/Audios/NUMEROS/ONE.ogg" type="audio/ogg"> </audio> And to execute said Audio, I put the following co...
asked by 27.05.2018 / 17:48
2
answers

Does not play mp3 sound in HTML

I try to integrate an audio into an HTML document but it does not play it. Code: <td height="380" colspan="3" valign="middle" class="bb"> <audio src="noticias/entrevista_radio_14feb2017.mp3"></audio> </td> The...
asked by 09.02.2018 / 15:18
1
answer

HTML | Upload and display Random playlist

I would like to know if there is any library either with JavaScript or with any HTML, that I have the option to upload a production list and give it a name, and then be able to show the list as a playlist and have an option to play it randomly....
asked by 21.08.2018 / 18:08
1
answer

Play audio in Unity in scene changes

How can I play an audio in Unity in such a way that when a scene change happens the audio keeps playing without being interrupted?     
asked by 17.10.2018 / 05:36
0
answers

I see many errors in my program, these are doing a novel in Java, I am learning on my own to use the JFrame and the Jbutton

This is my code //Aqui se encuentran los imports de los comandos de texto y del audio ademas del Jframe para la aplicacion// import java.io.File; import java.util.Scanner; import javax.sound.sampled.AudioSystem; import javax.soun...
asked by 25.11.2018 / 07:56