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

All Questions

Tagged with
-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
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 ...
Ian vos's user avatar
  • 39
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
31 views

Javascript Array of audio objects doesnt load the tracks

I have a problem with a tracklist created from a folder like that: let tracks = []; let art_str = []; let name_str = []; const traxFolder = './Resto'; const fst = require('fs'); fst.readdirSync(...
andypappy's user avatar
0 votes
0 answers
39 views

Updating the UI as soon as audio is played completely

in my app i can successfully toggle between the play and pause button of my audio player but when the player is in play mode (i.e. the option of pausing is being shown) and the audio gets completed i ...
Shiwang's user avatar
  • 21
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
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
73 views

Cannot read properties of null (reading 'currentTime')

i wanna leave page but when i do it throws this error however everything works correctly! here is my code: const repeat = useCallback(() => { const time = audioRef.current.currentTime; ...
Amin Ebadi's user avatar
0 votes
1 answer
163 views

How to use BLoC with just_audio

I am building a chat app and I am adding a voice message widget. I need to use BLoC with a message id to update only that message. I tried the following: Add AudioPlayer for each message with audio ...
EgenSolve's user avatar
0 votes
1 answer
582 views

How to handle multiple AudioPlayers in flutter

I am building a chat app and I need to build as many audio players as there are in the chat. I tried to use just_audio and audio_waveforms but neither of them helped me. With just_audio, I couldn't ...
EgenSolve's user avatar
0 votes
0 answers
62 views

how to make custom audio player in blazor c# with full ability like regula audio player?

like the title i want to make custom audio player i try use looping in C# send audioid,persentage of input,duration of audio to call js to calculate current time and then return value of current time ...
Big4's user avatar
  • 1
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
2 votes
0 answers
110 views

Select sound output from java for Raspberry Pi

How to select an audio output from Java on Raspberry Pi I create a videogame using Java and LibGDX. The game must run on a Raspberry Pi 3B with Raspberry Pi OS 32 bit. The game must also translate ...
Alexander Gorodilov's user avatar
0 votes
0 answers
32 views

Adding audio player to an onclick button

I have created a button that has the onclick feature to change the background of the page once clicked. I want to add a playlist from Spotify (if possible) or Youtube to the button so that music plays ...
user21242905's user avatar
0 votes
2 answers
542 views

How do I make multiple play and pause music buttons that play different audios?

I'm trying to add multiple play and pause buttons to my website that play different audio. Though I've been successful making one play and pause pair, every time I try and make another one it will ...
mrsmiler's user avatar

15 30 50 per page
1
2 3 4 5
14