All Projects → FlorisCreyf → Mp3 Decoder

FlorisCreyf / Mp3 Decoder

Licence: gpl-2.0
Decodes MPEG-1 Layer 3 files

Labels

Projects that are alternatives of or similar to Mp3 Decoder

Nixos Generators
Collection of image builders [[email protected]]
Stars: ✭ 355 (+407.14%)
Mutual labels:  iso
Osx Iso
 Create a bootable ISO of OS X / macOS, from the installation app file
Stars: ✭ 616 (+780%)
Mutual labels:  iso
Posher
Windows image build system via POwerSHell + packER
Stars: ✭ 30 (-57.14%)
Mutual labels:  iso
Mediawriter
Fedora Media Writer - Write Fedora Images to Portable Media
Stars: ✭ 411 (+487.14%)
Mutual labels:  iso
Webman Mod
Extended services for PS3 console (web server, ftp server, netiso, ntfs, ps3mapi, etc.)
Stars: ✭ 554 (+691.43%)
Mutual labels:  iso
Fido
A PowerShell script to download Windows retail ISOs
Stars: ✭ 668 (+854.29%)
Mutual labels:  iso
Super Uefiinsecureboot Disk
Super UEFIinSecureBoot Disk: Boot any OS or .efi file without disabling UEFI Secure Boot
Stars: ✭ 309 (+341.43%)
Mutual labels:  iso
Gamearchives
A C# library for reading several video game archive formats, and a sample file explorer.
Stars: ✭ 57 (-18.57%)
Mutual labels:  iso
Customarch
Arch Linux Based Custom ISOs Made With "Archiso"
Stars: ✭ 606 (+765.71%)
Mutual labels:  iso
Iso3166 1
🇺🇸 The smallest, fastest, node module for ISO 3166-1 alpha 2/3 helper lookup/parser. Browserify/Webpack friendly.
Stars: ✭ 20 (-71.43%)
Mutual labels:  iso
Discutils
Utility libraries to interact with discs, filesystem formats and more
Stars: ✭ 417 (+495.71%)
Mutual labels:  iso
Multibootusb
A collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files
Stars: ✭ 543 (+675.71%)
Mutual labels:  iso
Ethereum nvidia miner
💰 USB flash drive ISO image for Ethereum, Zcash and Monero mining with NVIDIA graphics cards and Ubuntu GNU/Linux (headless)
Stars: ✭ 772 (+1002.86%)
Mutual labels:  iso
Php Iban
Generate, parse, validate, error-correct and present IBAN (and IIBAN) bank account information in PHP.
Stars: ✭ 368 (+425.71%)
Mutual labels:  iso
Iso 639 3
ISO 639-3 codes in an accessible format
Stars: ✭ 37 (-47.14%)
Mutual labels:  iso
Grub2 Filemanager
GRUB2-based file manager
Stars: ✭ 330 (+371.43%)
Mutual labels:  iso
Bootiso
A bash program to securely create a bootable USB device from one image file.
Stars: ✭ 645 (+821.43%)
Mutual labels:  iso
Irisman
All-in-one backup manager for PlayStation®3. Fork of Iris Manager.
Stars: ✭ 61 (-12.86%)
Mutual labels:  iso
Geoportal Server Catalog
Geoportal Server next generation search application and metadata catalog, based on elasticsearch.
Stars: ✭ 53 (-24.29%)
Mutual labels:  iso
Floppybird
Floppy Bird (OS)
Stars: ✭ 836 (+1094.29%)
Mutual labels:  iso

MP3 Decoder

An unoptimized floating point decoder for MPEG-1 Layer 3.

Status

  1. Reads most of the content in ID3v2 tags.
  2. Ignores XING or INFO tags.
  3. Ignores ID3v1 entirely.

I wrote a summary titled MP3 Decoding in C++, although the source should be fairly straightforward. Feel free to make suggestions, fork, or whatever.

Development

Once the first byte of the MP3 file is found, most of the complexity lies in understanding the ISO. Although there exist several open source decoders like MAD and MPG123, they are fairly heavily optimized.

Determining correct output is straightforward. Either the PCM or configuration is wrong if the audio sounds distorted. The output from a decoder such as MPG123 can be used as a reference for debugging purposes.

Licencing

Compiling the source into a working program might require the purchase of a patent license. A compiled version of this project wouldn't be very suitable in real world applications, considering that there are plenty of better and optimized options like MAD.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].