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.

0 votes
0 answers
61 views

C# ManagedBass Frequency Changes Playback Speed

I am currently writing a small C# .Net Forms program that is based on the XMPlayer and also uses its functions. For this I use the library ManagedBass and ManagedBass.Fx. Everything works fine so far, ...
Zongo's user avatar
  • 11
0 votes
1 answer
59 views

Python bot does not read messages

Whatever I do my bot simply refuses to read any messages. Messages do not appear in the run menu. import discord from discord.ext import commands import youtube_dl intents = discord.Intents.default()...
Krutelik TM's user avatar
0 votes
0 answers
49 views

multiple audio players on one page

I've made 2 audio players on 1 page and that doesn't seem to work well... For some reason the second audio player doesn't work but instead it seems to control the first player... The code is similar ...
Koen's user avatar
  • 1
0 votes
0 answers
135 views

How to change the shuffled order in just_audio without affecting the original order?

I'm building a queue system for a music player where I would like to be able to reorder songs. The player has two playback modes, linear (original order) and shuffled (shuffled order). In linear mode, ...
Chaphasilor's user avatar
2 votes
0 answers
140 views

Can React Native Track Player be used alongside React Native Video for displaying music notifications and controls?

i am using react-native-music-control for displaying music notification but because of "no longer maintained" some functionality are not working like seek bar not working etc., if anyone ...
Pankaj's user avatar
  • 108
0 votes
1 answer
19 views

Razor Pages Trying to create a custom audio player in the shared footer and multiple icons appear when only specifying one icon using FontAwesome cdn

In my razor page project, I am trying to create an audio player using html and javascript, and decided to put the audio player in the footer shared by all razor pages. When I was adding an icon, ...
Shridhar Ganesh's user avatar
1 vote
3 answers
135 views

From where the "PlayerState" class comes in audioPlayers flutter package?

I needed some help regarding using audioplayer package in flutter, i found a piece of code thats understandable except the PlayerState.PLAYING part, is this PlayerState a part of audioPlayers package ...
Elle Bishop's user avatar
0 votes
1 answer
797 views

How to play the recorded audio using audioplayer package in flutter

I am trying to add voice message feature on my chat app. I am using record_mp3 package to record voice and audioplayer to play it. but audioplayer is not accepting the url. i used this package to play ...
sarakhan's user avatar
0 votes
0 answers
65 views

Flutter ->Unable to set local path in audioplayer package

i have 2 folders inside assets folder which is shown in image below i want to use icons and music in different folders but audioplayer is not working like it used to work when everything was in a ...
Shadan Hussain's user avatar
1 vote
2 answers
97 views

Xamarin audioplayer menu always on top and expand

I'm creating an app for android and ios to listen to music from my radio station. For now I have a tabbedPage design with the menu option at the bottom. In the MainActivity I have created a ...
Paul Albers's user avatar
0 votes
1 answer
44 views

Javascript Can't Set Max Volume of Volume Slider

Currently, the volume on my audio player is way too loud, and I need to lower the base volume. I've tried a few things but I'm very new to JavaScript and am working off a base. Here's my code: let ...
Vurren's user avatar
  • 1
0 votes
1 answer
83 views

How to add different songs to a player in HTML and JavaScript? [duplicate]

I'm struggling to add different songs to a very simple audio-player in HTML and JavaScript. I'd like to be able to have a bunch of links on the page that would call a function that sets the player's &...
HelloWorldCpp's user avatar
0 votes
1 answer
540 views

Load large audio files with just_audio

I have developed music application in Flutter using just_audio and just_audio_background. The music feature and controls are working fine, the only concern is when I am loading the playlist at that ...
Khyati Modi's user avatar
0 votes
0 answers
24 views

What are some solutions for repetitive sound playback in C# using System.Media library?

I'm using the C# System.Media library to create a keyboard piano, but I'm encountering a problem. When I play the sound, it keeps repeating itself. Here's a snippet of my code: System.Media....
Echrem's user avatar
  • 1
1 vote
0 answers
87 views

Vue 3 Loop function working but I have problem when I play a different track from the array

I have this function and watcher in the script setup with the isRepeatOn variable initially set to false. const loopCurrentTrack = () => { isRepeatOn.value = !isRepeatOn.value; ...
jeanpegg's user avatar

15 30 50 per page
1
3 4
5
6 7
94