Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

I've been attempting to create captions for my audio. After a lot of searching, it seems srt is best for audio transcripts. After trying that and WebVTT, it's still not showing up. I'm not sure what ...
Adron Duell's user avatar
3 votes
2 answers
127 views

I am looking to construct CSS to target this element... <input type="button" pseudo="-webkit-media-controls-play-button" aria-label="play" ...
Corona MacGuinness's user avatar
0 votes
2 answers
57 views

I’m building a simple music player in React that uses the HTMLAudioElement via audioRef. I expect the track to auto-play whenever I change currentTrack, but playback doesn’t start (though the UI ...
Vivek chitrada's user avatar
0 votes
1 answer
81 views

I am working on live class. Whenever a user unmute mic all the participants receive the audio stream. But audio can't play because of autoplay policy. It works well on desktop browser but not on iOS ...
MecaTheclau's user avatar
0 votes
0 answers
38 views

I write a frontend tool to enhance the audio quality using WASM, but the speed control not work in safari only, Chrome and Firefox is ok. here is my mainly code // main.ts // Interfaces and Wasm ...
Nickname Yin From Plaud AI's user avatar
-1 votes
1 answer
226 views

I’m building a web application that captures microphone audio using MediaRecorder and sends it to the backend for processing. Everything works fine on most devices (desktop and mobile), but on some ...
KRAEVSKIY BOGDAN's user avatar
0 votes
0 answers
46 views

I have an html5 application that uses three.js library for some 3d wireframe graphics and a background music (mp3). The page works perfectly in chrome. But If I send to to someone on facebook and they ...
Zibri's user avatar
  • 9,983
0 votes
2 answers
69 views

I use InPage tabs for my website so I can't use "display: grid;" etc. Or it will show where it isn't supposed to show. I am trying to evenly space each element in the table can someone ...
Luka PUSKARICA's user avatar
0 votes
1 answer
42 views

Problem: About half a second after audio playback starts (in Safari and Orion), the progress bar "twitches", jumping back towards the start momentarily before continuing to progress. The ...
Deck's user avatar
  • 11
0 votes
1 answer
84 views

I'm trying to learn about the web audio API. I have a simple "Recording.m4a" file in my project directory, and I am attempting to load this file into an audio object and then play it on the ...
Abb's user avatar
  • 67
0 votes
0 answers
95 views

I have a global <MediaPlayer /> in my footer (AppFooter), and songs are played from individual song items in a list. When I click a play button in the list item, I sometimes get this runtime ...
Rasik's user avatar
  • 2,529
0 votes
0 answers
31 views

I'm creating a phishing training website with Python Flask and HTML and trying to display an audio file on one of my slides. The audio file is of correct format, I've tested by visiting the URL for ...
Jake Walker's user avatar
1 vote
1 answer
53 views

I have this HTML code right now that automatically plays an audio after a set period of time: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"&...
Andrew's user avatar
  • 11
1 vote
1 answer
80 views

I've tried mediaStream Recording API and audioWorkletProcessor API but they both have a issue. If the video is muted by users, they will get nothing. I want to get the audio data no matter the video ...
just_code_dog's user avatar
0 votes
0 answers
43 views

I created an html file with a javascprit script that allows you to do fade operations between two audio files. The files are played in two players, Player1 and Player2 respectively. On PC/Mac it works ...
Gippe69's user avatar
1 vote
0 answers
100 views

I'm experimenting with the Web Audio API to visualize a simple sine wave (A4 at 440 Hz). However, when I try to read frequency data from the AnalyserNode, the array always returns all zero values, ...
Sayalic's user avatar
  • 7,558
4 votes
1 answer
686 views

We have a flow in our app where we allow someone to be speaking (microphone) to a bot and the bot is talking back via audio. It works fine when there is only one device, but if the user wants to use ...
Nix's user avatar
  • 58.8k
0 votes
1 answer
56 views

The following code respects the MDN documentation but results in an abrupt mute instead of a 2-second-long fadeout: const audioContext = new window.AudioContext(); let oscillator; let gainNode; ...
Basj's user avatar
  • 47.5k
0 votes
0 answers
79 views

I’m trying to create a visible loop using the Wavesurfer library. I’m using it with a MediaElement, and the entire audio control is handled through the Web Audio API. I’ve been struggling with this ...
Juraj Mišejka's user avatar
0 votes
0 answers
79 views

I am using the SoundCloud widget in this game: https://tuneepuzzle.github.io/play I haven't been able to make it work properly on Apple products, especially on iPhones. SC.Widget.play() has a delay of ...
tuneepuzzle's user avatar
-4 votes
1 answer
85 views

I want to fire a function name shake dots when clicked in audio apparently it does not fire here is the code <div class="lyric-word"> <span class="sho"...
Alsiro Mira's user avatar
2 votes
3 answers
136 views

I am developing a website with VoIP. I am setting the srcObj property of an audio element with the MediaStream of the user at the other end of the line (using PeerJS). I am also showing the time since ...
Vlad Mashkautsan's user avatar
1 vote
2 answers
92 views

Considering the requirement of this function signature: function initPlayer(player: HTMLAudioElement, buffer: AudioBuffer): void; I'm looking for a way to control the AudioBuffer playback using the ...
Yanick Rochon's user avatar
2 votes
1 answer
57 views

Web dev turned voice actor here! I'm working on my personal site for the latter, and have been running into a lot of issues around setting up custom controls for audio files. I'm loading my audio ...
Robin McG's user avatar
0 votes
1 answer
92 views

I'm in Blazor server and when I click on my audio tag, it doesn't play any sound. But when I click it on Android or on Windows PC, it works well. This is my code: @if (Question.Parcours.Type == ...
mathdxdx's user avatar
0 votes
1 answer
112 views

I have a use case where I have to shorten silences which are longer than 2 seconds and shrink them to 1 second in ffmpeg wasm I can remove silences which are longer than 2 seconds but couldn't shrink ...
blueseal's user avatar
  • 2,928
1 vote
1 answer
116 views

From the WebVTT API docs A text track and cues can be defined in a file using the WebVTT File Format, and then associated with a particular <video> element using the <track> element. ...
Rooster242's user avatar
  • 1,005
0 votes
0 answers
53 views

Only on mobile chrome, the speaker is set to phone call during playing a music. I figured out this is because of gainNode. But gainNode is important for looping without gap and etc. I don't want to ...
account 0298's user avatar
0 votes
1 answer
47 views

I'm making a note sequencer web application and I am currently trying to implement the function of playing a note on pressing a button corresponding to the note. I am currently using a test sound to ...
Nebras777's user avatar
-1 votes
1 answer
258 views

I am working on a youtube shorts automation website with remotion and nextjs and i am working a message story type videos and there are messages that are said by tts, but only the first audio can be ...
Haris's user avatar
  • 1
1 vote
0 answers
49 views

In mobile Chrome, I'm experiencing an issue where audio does not play through headphones when the volume is set to 100%. The sound is playing but is not outputting to the headphones. However, if I ...
Сергей's user avatar
0 votes
0 answers
70 views

There is a website, it is connected to the OpenAI Speech API on the server, the server accepts a POST request from the frontend, which contains the text that needs to be voiced, the API voices it and ...
Igor's user avatar
  • 17
0 votes
0 answers
21 views

As you can see in this demo <audio controls src="/media/cc0-audio/t-rex-roar.mp3"></audio> When you click on the play button and then hit the escape key, the audio elements ...
Jeanluca Scaljeri's user avatar
0 votes
1 answer
152 views

I'm currently working on the ability to voice text at the click of a button. I have a button that should play text when clicked. I get the audio file through the API after the click, everything works ...
Igor's user avatar
  • 17
0 votes
0 answers
89 views

I am using vanilla JS, webaudioAPI and canvas elements to create an audio visualizer. When I update the audio element src with javascript, I need the audio element duration property to update two ...
gbabyblue's user avatar
1 vote
1 answer
225 views

I'm trying to build a custom video player with HTML/JS. I've already made two buttons that will load the previous/next track by using <button> tag. However, I want the system to recognize that ...
user avatar
1 vote
5 answers
189 views

I have an html audio tag in my project, which in some situation I need to disable. In order to do it I apply the following css by adding disabled class to the audio tag: audio.disabled { pointer-...
guyaloni's user avatar
  • 6,020
-1 votes
1 answer
107 views

Any idea on how to make Simple HTML5 Player with only play & Volume? This will control a stream that I do not want anyone to be able to rewind. Only stop/start to play from where the stream is now,...
user5654858's user avatar
1 vote
1 answer
278 views

I have this implementation where the backend strams audio files. And I want an approach that enables fast loading and playing of the audio file : Everything works as intended but there seem to be ...
Fred Wofoz's user avatar
0 votes
1 answer
76 views

Have a list, in which the names of the songs I want to play are placed in an order...when I have to play the next one, my function gets the currently playing song's index, and plays the next one in ...
Ashmeet SIngh's user avatar
2 votes
0 answers
68 views

I’m working on a web app where I need to load audio with two key requirements: Exact timestamp alignment: I need precise control over timestamps for synchronization and tracking purposes. Pitch ...
Zach Fish's user avatar
0 votes
0 answers
146 views

sorry i know this might be a bit of a duplicate post - but im desperate! I am trying to style the HTML5 audio player for a laytheme / wordpress website and getting stuck with some unwanted hover ...
JosephT's user avatar
1 vote
1 answer
110 views

I have created an audio player using R shiny which creates an audio player like this: tags$audio( src = "song.mp3", type = "audio/mp3", controls = "controls&...
TheDza's user avatar
  • 385
0 votes
0 answers
35 views

I've done extensive research, and what I've found so far is that, according to Chrome's policies (as well as most other browsers), it's impossible to play a sound on a website without user interaction ...
di0n's user avatar
  • 87
0 votes
1 answer
179 views

I have an usecase where each chunk of audio stream is being sent to server for transcription, but except first chunk every other audio chunk(blob) are not working. So I did a small prototype to see if ...
Algorithm Unlock's user avatar
-2 votes
1 answer
50 views

I get Uncaught DOMException: Index or size is negative or greater than the allowed amount when adjusting the volume of an tag with a range slider. I tried using this code: function ppayVolume(){ ...
Ltv2008_e's user avatar
1 vote
0 answers
98 views

I already have everything set up (license, server certificate, media keys, all of that) I just want to load the entire file into an audio element and have it work. I can barely even find any ...
shy's user avatar
  • 11
2 votes
0 answers
71 views

In my React code I have this audio: <audio ref={audioRef} className={'d-flex flex-grow-1'} style={{ height: '30px', width: 'calc(100% - 50px)' }} src={source} controls={true} autoPlay={...
David Burson's user avatar
  • 3,277
-1 votes
1 answer
156 views

why am i havng this error Exception has occurred. FlutterError (Unable to load asset: "assets/assets/audio/ontheroad.mp3". The asset does not exist or has empty data.) import 'package:...
Safrid Bhuiyan's user avatar
0 votes
1 answer
208 views

I'm using Howler.js to play audio files in my web application. I have a play and pause button, and when I click the pause button, the audio pauses correctly. However, when I click the play button ...
Cephas BERE's user avatar

1
2 3 4 5
73