Skip to content

๐ŸŽถ Mp3Size - calculates an estimated file size of Mp3 files, now in Python! ๐ŸŽฏ

License

Notifications You must be signed in to change notification settings

igorskyflyer/python-mp3size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

mp3size - Python

๐ŸŽถ Mp3Size - calculates an estimated file size of Mp3 files, now in Python! ๐ŸŽฏ

๐Ÿงฎ Calculates an estimated file size of Mp3 files. ๐ŸŽถ

Usage A simple usage example:

import mp3size

def main():
    print(mp3size.getFileSize("03:30"))  # returns 4200
    print(mp3size.getFileSize("03:18", 320))  # returns 7920
    print(mp3size.getAudioDuration(6474, 306))  # returns 00:02:49
    print(mp3size.getAudioBitrate("03:42", 5346))  # returns 192

About

๐ŸŽถ Mp3Size - calculates an estimated file size of Mp3 files, now in Python! ๐ŸŽฏ

Topics

Resources

License

Stars

Watchers

Forks

Languages