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

Questions tagged [mp3]

MPEG-1 or MPEG-2 Audio Layer III, more commonly referred to as MP3, is a patented digital audio encoding format using a form of lossy data compression. It is a common audio format for consumer audio storage, as well as a de facto standard of digital audio compression for the transfer and playback of music on digital audio players.

-1 votes
0 answers
53 views

Maui MP3 file duration - MediaElement Duration reads 00:00

I am using the new dotnet maui MediaElement, and before letting my user pick an MP3 file to play, I want to list the tracks and their durations - in my case MP3 files. However unless you get the ...
John Strudwick's user avatar
0 votes
0 answers
31 views

How to add value to mood in an mp3 file via mutagen (Python)?

I couldn't find a way to write mood to an mp3 file via mutagen (Python library) Initializing: from mutagen.mp3 import MP3 from mutagen.id3 import ID3, TIT2, TALB, TPE1, TPE2, TCON, TPUB, TENC, TIT3, ...
Parijat Softwares's user avatar
0 votes
0 answers
35 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
2 votes
0 answers
20 views

Why does PyGame Mixer play MP3s loaded with PyDub too fast on Windows, but correctly on Linux?

I have a situation where I need to load MP3 sounds into PyDub to edit them (specifically, trimming off 0.15 seconds of near-silence from their beginnings), then pass the trimmed result to PyGame to ...
TheLabCat's user avatar
  • 129
0 votes
0 answers
22 views

Command line to convert midi into mp3 while adjusting channel level?

I have a midi file with multiple channels (say bass, tenor, alto, soprano). How to produce multiple mp3s with different volume distributions (say b=+0, t=+0, a=+0, s=+0; b=+0, t=-12dB, a=-12dB, s=-...
Martin's user avatar
  • 381
-1 votes
0 answers
40 views

Issue with my Music Equalizer java program not doing anything when I open a .mp3 file

Image of ProgramI'm working on a Java Swing application that includes a music equalizer. The application is supposed to allow users to select an MP3 file and visualize the audio levels in real-time. ...
Jenin Sutradhar'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
9 views

how to move on specific page when user click on mp3 file from file mananger in React Native

I'm working on Music player application , i have created library page where i have local files so i want that when user click on any mp3 in file manager then it asks open with so when i choose my ...
Rocky's user avatar
  • 442
0 votes
0 answers
44 views

Why does Chromium (Edge) send two HTTP requests for an audio resource?

My scenario: I have a URL for an MP3 stream, which I paste Edge's address bar and press Enter. I see two GET requests in the developer tools: The first one is of type document and receives only 16.2 ...
Craynic Cai's user avatar
0 votes
1 answer
51 views

Why can't I get Firefox to play mp3 audio in one of my apps?

I have 2 web apps that present audio using the <audio> HTML tag. I cannot figure out why one app will play the MP3 file and the other will not. I did get this message from Firefox, buried in ...
Benny Jobigan's user avatar
0 votes
1 answer
55 views

FFMpeg in C# with streams

I am trying to crop mp3 using FFMpeg. I need to use streams for both input and output data. At the moment, I'm trying to use the stream at least only for input data. var inputFile = @"D:\...
oLaDushek's user avatar
0 votes
1 answer
31 views

How can I solve this error with the toutube-download-cli library?

The error occurs when I install the library with the command pip install youtube-download-cli and run the following command in the terminal youtube-download-cli “https://www.youtube.com/watch?v=...
j0k3r's user avatar
  • 1
2 votes
1 answer
62 views

How can I play mp3 files from Python3 on Raspberry Pi 4 (running Ubuntu server 22.04, 64 bit)?

I'd like to do this: playsound("/dev/shm/tts-speech.mp3") I used to use playsound in Ubuntu 20.04. It doesn't work in Ubuntu 22.04, so I used playsound from preferredsoundplayer. That ...
user1759557's user avatar
-2 votes
1 answer
20 views

javazoom.jl.player.Player not found

I tried to play an mp3 track via java, but the program gives the following error: "C:\Program Files\Java\jdk-20\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA ...
Deadli_wolf's user avatar
0 votes
0 answers
27 views

Python eyed3 to EDIT AND/OR ADD Comments of MP3 audio file - NOT WORKING

I have around 200 MP3 Audio files. Some of these MP3 Audio files already have statement/text/information (whatever you want to call it) under "Comments" section of the file. I want to write ...
NeedBasedLearner's user avatar

15 30 50 per page
1
2 3 4 5
304