Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
3 replies
126 views

How can I do this without using any third party frameworks or libraries? Thanks in advance for any help, with even just one of these (mp3, wav, m4a) I am somewhat familiar with the Web audio API. I ...
Michael Johnson's user avatar
Advice
0 votes
2 replies
45 views

I'm writing a commercial app that involves reading and playing mp3 files, I'm using dr_mp3 library to decode it into PCM for playback. As far as i researched, I can see that MP3 license has expired in ...
John Smith's user avatar
Advice
0 votes
6 replies
76 views

I want to make audio analyzer in C++. This is quite complex project for me, that is why I want to learn more in depth in as many spheres as possible. I want to know, whether it is worth the time and ...
Maxim Kollar's user avatar
Tooling
0 votes
9 replies
85 views

I want to make an audio analyzer. As first step I would want to take audio files, mainly focusing on WAV and MP3 at first. I want to access raw audio (or compressed version of it in MP3) from those ...
Maxim Kollar's user avatar
2 votes
2 answers
85 views

I'm writing a Python script that: Notes all files in the working directory Reads the artist tag with the mutagen library Uses regex to grab the first-mentioned artist as the 'main artist' Creates a ...
jstarr11235's user avatar
0 votes
1 answer
64 views

In my project I have to get a numeric vector of audio signal wave from MP3 file. Using MATLAB and "audioread" function. The code is very basic: [x, Faudio] = audioread('patient01.MP3'); ...
Reuven's user avatar
  • 19
0 votes
0 answers
61 views

I am facing an issue with audio playback on iPads running iOS 18. I have two audio files: One is 1MB in size The other is 5MB in size Both files are in MP3 format and are embedded using a standard ...
Pykara_Developer's user avatar
0 votes
1 answer
64 views

I have an MP3 file which I'm trying to have my browser play (I've tried both through JavaScript and through the <audio> tag but I'm getting some super unusual behavior). For context it is a .NET ...
Charlie Hardy's user avatar
0 votes
0 answers
75 views

In my C# program, I have a bunch of mp3 files I need to use, but they have different SampleRates, so I want to convert them to a common one. From this example, I created the following code. I want to ...
Aaginor's user avatar
  • 4,882
0 votes
0 answers
210 views

I would like to be able to split my audio (mp3 or equiv.) or video file based upon multiple timestamps. The same way, for those who have used any editing software, you can crop the file based upon ...
badr2001's user avatar
0 votes
1 answer
231 views

I have built an internet radio with an ESP32 and with a MAX98357A I2S amplifier, but I get this error about every minute and my ESP32 keeps rebooting: CORRUPT HEAP: Bad head at 0x3ffe854c. Expected ...
Tamás Csiba's user avatar
1 vote
0 answers
68 views

I was making this site mp3 to webm for a project in discord and I can record on firefox with every device but chromium works only on windows. When I record an audio it gets stored locally and converts ...
Jesgran's user avatar
  • 11
2 votes
1 answer
75 views

I've got django application, and one view, that checks some data, and passess "play" variable to the template. If play is true - short mp3 "bing" should be played, else, it is not ...
andrew's user avatar
  • 61
1 vote
1 answer
87 views

I have an mp3 file and want to divide it into several files ("chunks"). I came up with this code (I stole the idea from django): from pathlib import Path class FileWrapper: def __init__(...
Alexey's user avatar
  • 1,458
1 vote
0 answers
74 views

I'm trying to write a mp3 player in java. I want to implement the pause() method, which stores the frame that the player (AdvancedPlayer) has stopped. The the resume() method starts the player from ...
AutisticAllosaurus's user avatar

15 30 50 per page
1
2 3 4 5
302