Skip to main content

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].

-3 votes
1 answer
29 views

Python libraries that can record audio and works in android [closed]

I'm making an Android app using Flet, and I would like it to record audio while playing audio in the background. So far, I haven't found any Python libraries that can do this and also work in Android. ...
Sudarshan's user avatar
-1 votes
1 answer
32 views

Event polling with event.get() returning result with exception set [duplicate]

Edit: I'm being told that two threads already answer my question. And my question has been downvoted. The threads linked have absolutely no relevance to my question. I'm not unable to play audio. I'm ...
David Bandel's user avatar
0 votes
0 answers
14 views

Text programing in Pure Data

I don't like visual programming, but I really liked Pure data. I noticed that projects in Pure Data can be opened in text editors and the syntax in their text is not particularly difficult to ...
Alex's user avatar
  • 1
0 votes
1 answer
22 views

Python: Post Many Audio Files and Get the Results

Python I have thousands of audio files on my local computer and I run an API with FastAPI that extracts features from audio files and sends these features back to me (json). The procedure is as ...
Tütü's user avatar
  • 3
0 votes
0 answers
13 views

Create live audio waveform

I'm looking for a mechanism to create a waveform audio interface like this image. Specifically I want to animate the scrolling of such candles. At the same time, I also want to know the mechanism to ...
Vũ Đức Hoàng's user avatar
-2 votes
0 answers
23 views

Choosing the Right Normalization Layer for Audio Classification Neural Network [closed]

I am building an audio classification neural network. I have learned that it is essential to normalize the data during network design. However, I discovered that there are various types of ...
滴水藏海's user avatar
0 votes
0 answers
23 views

Minimp3 Rust - "slice::get_unchecked_mut requires that the index is within the slice"

While developing an audio-centered application, I came across an issue with the minimp3/minimp3_fixed crate when using it to decode mp3 files. The error/output looks like this: Decoding MP3 File. ...
DischordDynne's user avatar
1 vote
0 answers
12 views

Inconsistent order of channels on a multi-channel sound card (ALSA, Linux)

I have a USB sound device (Startech ICUSBAUDIO7D, which comes up as ID 0d8c:0102 C-Media Electronics, Inc. CM106 Like Sound Device through lsusb) which I'm trying to program the output of for 8 ...
askvictor's user avatar
  • 3,721
0 votes
0 answers
22 views

Flutter: Saved Audio Not Accessible in Music Player Apps

I'm developing a Flutter app that generates MP3 audio files. I can successfully save these files to the device storage. However, they're not showing up in any music player apps. I'm using the ...
Husen's user avatar
  • 305
-2 votes
1 answer
35 views

Why does a sound file sent by iMessage change the file name?

I have a standalone iMessage app that sends a sound file to another recipient. The sounds are .wav files, that are assets inside the app, with names like surprise.wav. When I send the file, the sender ...
coco's user avatar
  • 3,092
-1 votes
0 answers
12 views

Monitor + mic in headphones mixer

I am having some issues getting two people to talk through headphones with mics, and looping the result back (monitor?) out into the same headphones... We are basically trying to stream a live ...
MaxOvrdrv's user avatar
  • 1,908
0 votes
1 answer
22 views

Play audio sound output from Debian devcontainer in VSCode

In a Visual Studio Code workspace, I have a devcontainer defined via a devcontainer.json file. It is based on the python:1-3.12-bookworm image. As such, it runs Debian 12. For what it's worth, the ...
Asclepius's user avatar
  • 61.5k
1 vote
0 answers
26 views

Send audio recording to a C# ASP.NET Web API

I'm attempting to record an audio file on the web using angular / typescript. I am able to successfully record the audio and listen to it with the audio player. I am attempting to take that audio and ...
Dennis's user avatar
  • 21
1 vote
2 answers
64 views

How do I play a non-integer hz frequency using python 3?

I want to play various frequencies ascending in an octave and I made my python code calculate the frequencies, but winsound does not let me play non-integer hz values. This is my code so far: import ...
birdfromejipt's user avatar
0 votes
1 answer
49 views

FFmpeg C demo generates "Could not update timestamps for skipped samples" warning

When I run my demo code I get these warnings when testing it on a webm video: [opus @ 0x5ec0fc1b4580] Could not update timestamps for skipped samples. [opus @ 0x5ec0fc1b4580] Could not update ...
aabiji's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
2407