Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
40 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
0 votes
2 answers
46 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
0 answers
34 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
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
1 answer
40 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
0 answers
93 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
1 vote
1 answer
48 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
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
4 votes
1 answer
669 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
0 answers
74 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
-4 votes
1 answer
83 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
1 vote
2 answers
90 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
0 votes
1 answer
88 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
1 vote
1 answer
112 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
1 answer
40 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 vote
0 answers
48 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
20 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
0 answers
85 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
5 answers
185 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 vote
1 answer
266 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
2 votes
0 answers
64 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
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
1 answer
178 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
1 vote
0 answers
92 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
-1 votes
1 answer
150 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

1
2 3 4 5
73