Skip to content
Advertisement

Tag: mp3

Different sound playing modules not working

I created a program for my little sister to learn math and now want to add sound. So looked up on how to add sound to my program and found the winsound module. I wrote this code: But for some reason it only plays the default windows sound. (Bliiiiiingg) The file victory.wav is located in the same folder as the

Is there a way to parse a file through to a tag in HTML

I’m trying to make a private file host and I have it set to return a send_file() when the, for example, /media/someSong.mp3 url is called. But I want to make it more styled so when you visit /media/someSong.mp3, instead of your browser trying to play that MP3 in it, it will use a HTML page with a tag that parses

MP3 Tags Not Saving in Python

I’m trying to save MP3 Tags to files in a folder. I have assigned new values from the spreadsheet to the temp_track as below but could not find a way to finish the last step to save the files with the new data. My code: Data that shows in the run window: I have tried TinyTag.tag.save() but got the error

Python library to modify MP3 audio without transcoding

I am looking for some general advice about the mp3 format before I start a small project to make sure I am not on a wild-goose chase. My understanding of the internals of the mp3 format is minimal. Ideally, I am looking for a library that would abstract those details away. I would prefer to use Python (but could be

Advertisement