An open API service indexing awesome lists of open source software.

https://github.com/wangzhe3224/pysound

Python and sounds!
https://github.com/wangzhe3224/pysound

Last synced: 7 months ago
JSON representation

Python and sounds!

Awesome Lists containing this project

README

          

# `pysound`

pysound is a tool box to produce, analyse, manipulate sounds (signals) in python.
## Structures

- Components: contains basic sound generation function
- Models: contains signal processing model
- filters: contains filters

## Things todo

- Functions
* SNR function

- Fun...
* Convert wav to bit music!

## Other lib helps

- [sms-tool](https://github.com/MTG/sms-tools)
- [pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis)
- [Music21](https://github.com/cuthbertLab/music21)
- [Open Resources for Music Source Separation](https://sigsep.github.io/)