WhitmanCS370 / OGGS_repo

The repository for team OGGS
2 stars 1 forks source link

Audio filter(s) #28

Closed didwayg closed 6 months ago

didwayg commented 8 months ago

Use audio library to create new audio command that applies filters to the file and creates a new modified file with a name including the filter applied.

PREREQ: File Creation in File Manager

Recommended libraries:

Pydub. High-level audio library for easy audio file manipulation. ... Librosa. Python package for music and audio analysis. ... Soundfile. Audio library for reading and writing sound files, based on libsndfile, CFFI, and NumPy. ... Pedalboard. ...