Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [audio-player]

A software specialized in playing audio of different formats and/or manage audio libraries.

audio-player
0 votes
1 answer
193 views

How to make a Slider Control and progress Bar for Music Player WPF

How can i make the slider which can control from which duration the song should be playing and move according the duration of the Song i have this xaml code for slider and progress bar: &...
Heclix Gx's user avatar
0 votes
0 answers
31 views

MP3 is playing only one time after countdown ends

I have the following tool written for myself in .net Framework 4.8. It's a simple countdown and at zero a MP3-file is playing. This is working, but only one time. If I restart the countdown, without ...
TheQuestionmark's user avatar
0 votes
0 answers
40 views

Make seekbar function and play mp3 file in java

My friends and I are making an mp3 music player project. But when it comes to making functions like the seekbar used to show the time of the song, clicking to rewind, or playing mp3 files, there are ...
Gawasna's user avatar
0 votes
0 answers
96 views

mciSendString() doesn't play audio files that have cover art

I am making a music player, and I decided to use mciSendString(), and it worked just fine! The issue is: If the song I want to play has cover art, no music plays. If I manually remove the cover art ...
EnigmaCoder's user avatar
0 votes
0 answers
153 views

audio record package for Flutter

I am writing an App for children to learn to speak/listen Chinese. What is the best Flutter package for recording audio and playing audio? Specifically, I am considering either flutter_sound or the ...
Shinjou Fang's user avatar
0 votes
0 answers
31 views

How to run plugins on Picard as a developer

I have been trying to do some open source contributions, and want to fix some issues in the plugins in Picard. however I am unable to understand how to run any plugins. I went to the Picard-plugins ...
sambhav dixit's user avatar
0 votes
0 answers
44 views

RTCView audio not play

I receive video and audio track with rtc connection, and play thair with <RTCView>. Video is playing but audio is not. Here's my code: <FlatList data={clients} keyExtractor={(item) =...
Andriy Shepeha's user avatar
0 votes
0 answers
48 views

Storing Music to stream w/ PG, Nodejs

I'm looking to add an audio streamer to my personal website to play music I have created. I'm unsure as to how to store the mp3 files in postgres database. I've seen some reference to storing it in ...
Armstrong-Dillon's user avatar
0 votes
1 answer
65 views

AudioPlayer Vue3: #The operation is not supported // Chrome works on Laptop, but not Safari and neither of them on iPhone (but they all work in DEV)

I am facing a miracle and I was wondering if somebody understands what is going on here. The below code in my Vite/Vue3 application shows a "play" button, and I observe this inconsistent ...
Benjamin's user avatar
0 votes
1 answer
260 views

Failed assertion: line 464 pos 12: 'needsCompositing': is not true. How to solve this problem?

I iniciant in flutter. I want to insert a audio play in app, but it not worked. I'm using the library "assets_audio_player: ^3.1.1" because my class is StatelessWidget. I thinked the error ...
Ruama's user avatar
  • 111
0 votes
0 answers
24 views

Java JLayer: Problem with implementing Pausable Player

I am trying to implement and use a Pausable Player object based on the Advanced Player jlayer package. I am using the implementation found in this thread: https://stackoverflow.com/questions/12057214/...
Bennett Godinho-Nelson's user avatar
0 votes
2 answers
142 views

TypeError: Cannot read properties of undefined - using ref property of imported component in v-if (vue3)

I am trying to integrate a audio player into a vue3 site. The component I aim to use is this one Link. I trying to create a play/pause button that I can place anywhere on my site (separately from the ...
Benjamin's user avatar
0 votes
0 answers
19 views

change bootstrap icon by change value whi in js

I have took 3 icons from bootstarp in this 3 icons I have use 1 icon which name is bi-volum-up-fill other two icons use in js fill or in this logic.But in this case I am not able to change my icons by ...
ABid Hasan's user avatar
0 votes
1 answer
198 views

Is it possible to display notes from a midi file in real-time using Tone.js?

I want to display the notes in realtime when the midi file is beign played using tone.js, but all i can do is display them before the track plays. Is there anyway to display them alongside the track ...
Fyro's user avatar
  • 1
0 votes
3 answers
133 views

Keeping track of all history of audio player (previous, next buttons and random selection from browser)

I need to keep track of all history of which songs have been played with audio player. The difficult part is when user continuously clicks on next and previous button. Testing data (songs): export ...
Mystery Man's user avatar

15 30 50 per page
1 2
3
4 5
94