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

Questions tagged [audio]

Sound and programming audio hardware, and the various audio formats or containers. For questions specific to sounds playback, use [audio-player] or [playback], and for questions specific to sounds recording, use [audio-recording] or [voice-recording].

0 votes
0 answers
4 views

AudioFormat builder setEncoding supported encodings doubtful

I'm trying to set the encoding for an instance to ENCODING_AAC_LC This is a snippet of what I'm trying to do ref = JNI_CALL_OBJECT( p_afmt_builder, jfields....
adelden22's user avatar
0 votes
0 answers
9 views

How to play Spotify music with other audio in flutter?

I want to play two audios together, for example Spotify music with my custom audio from my assets, so how can I do it? I tried to use audioplayers package but it needs a music url to play and a ...
Mee's user avatar
  • 43
-2 votes
0 answers
14 views

What Is the best ML API for a Deep Audio Classification Model on the Raspberry Pi 0 2W?

I'd like to get your opinions on which ML API would be best for building an audio classification model. This model will be deployed on a small Raspberry Pi (Raspberry Pi 0 2W; could be something ...
Darius A's user avatar
0 votes
0 answers
8 views

Setting up Tone.js on button click still fails with : The AudioContext was not allowed to start

I have a angular component that has a button to start an animation and at the same time play some notes each time a number is highlighted I'm setting up tone.js synth when the button is pressed see ...
Mauricio Gracia Gutierrez's user avatar
0 votes
0 answers
12 views

Audio Recording with Android OS 14 Not working Properly

I am using Audio Recorder for Record Audio up to Android OS 13 it was working fine but with Android OS 14, it is not working properly. Basically inside the application User records audio for 15 ...
iOS Developer's user avatar
0 votes
0 answers
10 views

Playing audio node. play.ai

Based on the details from play.ai's docs, it should be easy to play base64 audio but I'm running into issues. I am using nuxtjs. These are the docs myWs.on('message', (message) => { const event = ...
Warren's user avatar
  • 23
1 vote
0 answers
14 views

How to make navigator.mediaDevices.getUserMedia({ audio: true }) work on mobile browser, currently only wors on desktop browser. I am using https

i am using an OTG USB microphone with my mobile device, intending to capture audio input through the USB microphone instead of the built-in speakerphone. Despite the system recognizing the USB ...
ahoiy's user avatar
  • 11
2 votes
0 answers
43 views

How do you do continuous Java sound updates?

I have this piece of code for a video game that updates the gain for a music loop based on how far away the player is from the end door. EDIT - Updated this code with gainControl as an instance ...
love4code's user avatar
0 votes
0 answers
12 views

Dynamically check (and change?) audio file codec [closed]

Hey all I have a web app where users can upload audio files like mp3's, wavs and m4a's. I'm simply using the default html audio player to render the audio. A while back I started noticing that a ...
user2m's user avatar
  • 1
1 vote
0 answers
16 views

Merge two audio frames from two streams in real time using PyAV and aiortc MediaStreamTrack

I'm trying to merge multiple audio streams from several WebRTC connections to create a single audio output (and, eventually, get an audio transcript out of it). I am using aiortc to get the audio ...
Paul Slm's user avatar
  • 423
0 votes
0 answers
9 views

how to prevent playing more than one audio at the same time using expo

iam having a problem in my app that i can play more than one audio at the same time and i want to prevent this behavior to only play one audio at time here is my compponent that play the audio const ...
Ahmed Fahmy's user avatar
0 votes
0 answers
12 views

Not getting sound in rt5640 audio codec in imx8mplus

I am working on a custom board which is using imx8mplus SoC and two rt5640 audio codec chips. In both of them, one is working as a master and the other is working as a slave. I need to enable the ...
Nikita Gupta's user avatar
-1 votes
0 answers
10 views

Using a self build module in the file of diffrent folder

I am starting work on a project of a pretrained and preprocessed model. Problem is that the shared pretrained and preprocessed files are in different folders while the self made modules are being used ...
Jibran Mujtaba's user avatar
0 votes
1 answer
21 views

Pyttsxy not playing audio when converted to executable

I have built a chatbot that allows users to replay the latest message. The replay function is connected to the tkinter GUI, and uses pyttsx3 to "speak" an output when a replay button is ...
poppycoder's user avatar
0 votes
0 answers
21 views

from omegaconf.basecontainer import BaseContainer ModuleNotFoundError: No module named 'omegaconf.basecontainer'

I am trying to use the demucs package in python and i have already installed the demucs package as well but suddenly i am getting this issue. this below is my code which i am trying to use. import os ...
Anurag Kanade's user avatar

15 30 50 per page
1
2 3 4 5
2407