Skip to content

nicolas-rabault/aupyom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aupyom

Build Status

Real-time Audio time-scale and pitch modification Python library.

Documentation

Aupyom is the pure-python library designed to allow for quick and easy sounds mixing. It has been designed to let you shift the pitch and change the time-scale of sounds in real time.

As aupyom API is really simple, you only need to know a few methods to start playing, the documentation is given as few demonstration notebooks:

  • [Playing and mixing multiple sounds](./examples/Playing\ and\ mixing\ multiple\ sounds.ipynb)
  • [Live modification of the pitch and time-scale of sounds](./examples/Live\ modification\ of\ the\ pitch\ and\ time-scale\ of\ sounds.ipynb)

Installation

The last stable release is available on PyPI. It can be install via:

pip install aupyom

You can also install it from source:

python setup.py install

Dependencies

Aupyom works with Python >= 2.7 and Python>=3.4.

Aupyom requires different libraries:

  • numpy: for the low-level sound processing
  • librosa: for higher-level sound processing and IO
  • sounddevice: a python bindings for the PortAudio library - used to play sounds

About

Real-time Audio time-scale and pitch modification in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.2%
  • Shell 9.8%