https://github.com/wangzhe3224/pysound
Python and sounds!
https://github.com/wangzhe3224/pysound
Last synced: 7 months ago
JSON representation
Python and sounds!
- Host: GitHub
- URL: https://github.com/wangzhe3224/pysound
- Owner: wangzhe3224
- License: mit
- Created: 2020-04-04T16:24:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T19:25:58.000Z (over 5 years ago)
- Last Synced: 2025-01-15T13:28:51.013Z (9 months ago)
- Language: Jupyter Notebook
- Size: 30.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
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/)