Skip to content

oudend/Arduino-PCM-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Arduino PCM GUI

Python gui for generating Arduino PCM data from audio. And modified PCM lib with extended functionality.

Table of Contents
  1. About The Project
  2. Installation
  3. Examples

About The Project

A minimalistic python gui that converts audio to PCM format which can be played using the PCM library for Arduino. Includes a modified PCM library for 8bit(default), sub 8bit encoding and any sample rate support.

Smaller sample rates and/or bits means more data compression which can lead to considerable memory saving but also compromises quality.

image

Installation

To install and use the gui, clone the repository and run python script

pip install requirements.txt

Examples

2bit and 8k sample rate

Megalovania 2bit 8k

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published