Skip to main content

Questions tagged [audio-player]

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

audio-player
-1 votes
0 answers
19 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, ...
Ayush Thakur's user avatar
0 votes
0 answers
9 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 ...
launchcake inc's user avatar
-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 ...
Aarav kv's user avatar
0 votes
0 answers
53 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 ...
Ian vos's user avatar
  • 39
0 votes
0 answers
51 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 ...
itz_lexiii_'s user avatar
0 votes
0 answers
47 views

How to a flutter apps Bottom Navigation bar on top of all page

Actually Im making a Clone of Spotify using Flutter where I designed a Customized bottom navigation bar ..I want whichever Page I go , the bottom Navigation bar and music Player stack on top of the ...
Mkn0021's user avatar
0 votes
0 answers
50 views

just audio package issue with notification

Just audio and just audio background packages were used, but there's an issue with adding a notification feature. When the user presses the stop button from the notification, if the user is on the ...
Mehar's user avatar
  • 17
0 votes
0 answers
22 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 ...
Ryan Alex Martin's user avatar
0 votes
2 answers
32 views

How to get AMPLITUDE in Opus player android by using AudioManager or AudioTrack in Android

I'm using OpusPlayer to play an audio where I need to get the Amplitude. we can get Amplitude if using MediaRecorder by mediaRecorder.getMaxAmplitude() but in OpusPlayer I'm only using audioManager ...
AMAN SINGH's user avatar
  • 3,561
0 votes
0 answers
25 views

Wordpress: Music Playing in background - change page content and the music continues to play

Using an overlay and button we can play a company theme song when someone lands on the page. document.addEventListener('DOMContentLoaded', function() { // Add event listeners here document....
inhobbyteach's user avatar
0 votes
1 answer
82 views

How can i play audio in Flutter

in my flutter application I want to make a audio player here is my code but the problem is that when I click in icon button nothing happen and the audio don't start how can I fix this import 'dart:...
asme sahouli's user avatar
0 votes
0 answers
14 views

How to completely destroy Media Player on back pressed in an activity?

My problem is that I have used the MediaPlayer class in an activity to play music. The music is played online from a link, and I have used the prepareAsync method for audio. At the first time, the ...
Javad Moeini Hadizadeh's user avatar
0 votes
0 answers
134 views

The bot connects but does not play music. Discord.js V14

I wanted to make myself a music bot using ytdl in Discord.js V14, but for some reason my player does not accept activity and goes into autopaused. Here is my code for the Play command: const { Client, ...
Ardescoin's user avatar
0 votes
0 answers
324 views

Need a little assistance with Music Player & Playlist (HTML, CSS, JS)

I have a Music Player with Custom Buttons, & underneath is a Playlist with some songs. I thought I was close at one point, but in the process of trying to figure this out, I lost that version of ...
Wm. Cole Hanson II's user avatar
0 votes
0 answers
82 views

Flutter: Accessing external sd card media files for audio player (Direct path vs Scoped storage)

I am writing a music player app in Flutter, aimed primarily at playing audio files in android external sd storage folders like "storage/emulated/0/music". As per my study, from API 30 ...
Sachin Khatri's user avatar

15 30 50 per page
1
2 3 4 5
94