Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashman/markov_music_mash
Using markov chains to mash up music
https://github.com/sashman/markov_music_mash
Last synced: about 1 month ago
JSON representation
Using markov chains to mash up music
- Host: GitHub
- URL: https://github.com/sashman/markov_music_mash
- Owner: sashman
- Created: 2013-12-08T14:15:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-08T14:29:55.000Z (almost 11 years ago)
- Last Synced: 2023-03-12T06:33:47.097Z (over 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dependencies
* Python 2.7
* [pydub](http://pydub.com/)## Usage
`python music_mash [n] [number of [number of output frames]`
`n` is the length of the key for the dictionary, the lower then `n` the more branching points should be generated
__Note__: The script looks through the current directory and uses all of the found files with extension `.mp3`