Skip to content

yutashi/cresc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cresc

Installation

Please make sure to use Python3.5

Mac

  1. Install portaudio via brew
  2. Create virtual environment python -m venv <ENV NAME>
  3. Activate the env source <ENV NAME>/bin/activate
  4. Install dependencies pip install -r requirements.txt

Raspbian

Coming soon.

Getting Started

You can check available sound devices.

python3 show-devices.py

Playing a recorder sound.

python3 basics/play-wave-threading.py samples/c-full.wave

Recording sound from mic.

python3 basics/record-wave.py <WAVE FILE NAME>

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages