Skip to content

hinduwara-devsci/Audio-bit-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽง Audio Bit Converter

A simple Python CLI tool that lets you convert audio files (.mp3, .m4a, .wav) into different bit depths (4, 8, 16, 24, 32, 64-bit) and formats (.wav, .mp3, .m4a) using FFmpeg.

๐Ÿ’ก Ideal for experimenting with low-bit audio or preparing sound for retro-style applications!


๐Ÿ“ฆ Features

  • ๐Ÿ” Auto-scans current folder for supported audio files
  • โœ… Interactive multi-select for:
    • Input files
    • Output formats
    • Target bit depths
  • ๐ŸŽš๏ธ Applies dithering to reduce noise in low-bit conversions
  • ๐Ÿ“ Outputs files to a ./converted/ folder automatically
  • ๐Ÿ› ๏ธ Uses only Python + FFmpeg (via subprocess)

๐Ÿ–ฅ๏ธ Requirements

  • Python 3.6+
    • pip install pydub After that got error like " ModuleNotFoundError: No module named 'pyaudioop' " try;
      • pip install audioop-lts
  • [FFmpeg]

Made with โค๏ธ by hinduwara-devsci

About

convert .mp3 .wav to retro or bitted music -8bit/16bit/32bit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages