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
44 views

css custom music player range

please am having issue creating a rounded custom image indicator around album image, the dot indicator is breaking out on page load but when i press play it move back to the circle , html, i want to ...
-1 votes
1 answer
69 views

Audio file doesn't show up to be displayed in a custom audio recorder/player widget

I'm new to Flutter and trying to achieve custom audio recorder/player widget using audio_waveforms package. Here is my full code: import 'package:flutter/material.dart'; import 'package:...
0 votes
2 answers
545 views

How to get the currently played media title on windows using python?

How do I get this title using python? I haven't tried anything yet since I do not know which library should I use and how.
1 vote
2 answers
870 views

How to get name of directory having audio files using mediastore.audio in android

I'm working on audio and video player. I got all video's folder name using mediastore.video.media.bucket_display_name, it's working perfectly with video files but when i uses mediastore.audio.media....
0 votes
2 answers
708 views

Spotify Stops when I open my react native app

When I first open my app Spotify music stops after that when I go back and turn on the music and come back to the my app, it works fine. I am using react-native video library for Splash screen and ...
0 votes
1 answer
32 views

VST3 - Detect DAW events such as "start recording" and "stop recording"

I want to detect events from the VST3 host (DAW) such as "user clicked record while this track was armed" or, inversely, "user stopped recording." For a more concrete example, in ...
-1 votes
0 answers
26 views

Unable to read files on Windows in kotlin using jaudiotagger

D:/Android/sangeet_songs/295 - SirfJatt.Com.mp3 above is the path of a song on my windows machine which i want to read in android studio for my project to be able to extract metadata like artist name, ...
2 votes
2 answers
1k views

Notification cannot be cleared after setOngoing(false)

I have a music player which shows a media notification while audio is playing. I want the user to be able to dismiss the notification when music is paused. I have to use startForeground so that the ...
0 votes
0 answers
10 views

send equivalent of headphone music control command with react native app

I would like to send the same commands as the headphones to change music, pause... but with my react native app do you know a module for this please? I can't find an audio module that does this, i ...
3 votes
3 answers
2k views

How To Create Multiple Players with Python VLC and Have Different Volumes on Them?

I am trying to mix two .mp3 songs together by simply changing the volumes of two songs, similar to DJing. However, when I set the volume of a player, both players' volumes are being changed to the ...
-1 votes
0 answers
32 views

Is there any way to remove a specific portion of audio from the raw audio file

I have two raw audio file generated through sip packets. one contains raw audio file of conversation of between two persons. If I add a new person there will be a hold music which will be added to the ...
2 votes
2 answers
1k views

Correct way to check if JavaFX MediaPlayer can play a file

Currently, this is how I check if a file is playable through the JavaFX MediaPlayer, since it's the way it is done internally. import static com.sun.media.jfxmedia.MediaManager.canPlayContentType; ...
0 votes
0 answers
56 views

Why do I get a higher pitched sound or artifacts when sliding between notes?

I'm building a system to create melodies using specific sound waves, I'm using C# and writing into WAV files. The process is creating a melody as an array of frequencies, which indicates the frequency ...
0 votes
0 answers
63 views

Discord bot is not playing given URL

I am working on a Discord music bot powered by discord-player v6.6.10 and discord.js v14.15.3. Currently, when the user executes the /play command, the bot properly searches for the given URL, grabs ...
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 ...

15 30 50 per page
1
2 3 4 5
94