Welcome to pydiogment’s documentation!#

_images/logo1.png

Pydiogment (python audio augmentation) aims to simplify audio augmentation. It generates multiple audio files based on a starting mono audio file. The library can generates files with higher speed, slower, and different tones etc.

Dependencies#

pydiogment is built using Python3 and it requires the following:

  • Python packages:

  • NumPy (>= 1.17.2) : pip install numpy

  • SciPy (>= 1.3.1) : pip install scipy

Or you can simply use the requirements file in pip install -r requirements.txt

  • Pydiogment also requires FFmpeg, which you can install using: sudo apt install ffmpeg

Installation#

If you already have a working installation of numpy and scipy, you can simply install pydiogment using pip:

pip install pydiogment

To update an exisiting pydiogment version use:

pip install -U pydiogment

Documentation#

Citation#

@software{ayoubmalek2020,

author = {Ayoub Malek}, title = {pydiogment/pydiogment: 0.1.0}, month = Apr, year = 2020, version = {0.1.2}, url = {https://github.com/SuperKogito/spafe}

}