↧
Answer by user1786283 for python ringtone maker : how to split files
If you want to use a higher-level language like c++ to implement a custom MP3 decoder, take a look a this question, time length of an mp3 file. Otherwise, there are other libraries that do just what...
View ArticleAnswer by Dirk for python ringtone maker : how to split files
You have to be a bit careful since mp3 frames do not always stand on their own, which is one of the reasons high end music tools will first convert to WAV or something like it, but as you remarked, it...
View Articlepython ringtone maker : how to split files
I'm writing an application for making ringtones for the iPhone. It's just for fun.Here's what I've done till now. (Mind you, i'm a beginner in Python !)So I open my mp3 file in binary mode. read the...
View Article
More Pages to Explore .....