Is there an example of creating from a .mp3 or even .wav a melody_salience_matrix to input into generate_music(..)?
#2
by
ernestyalumni
- opened
Is there an example of creating from a .mp3 or even .wav a melody_salience_matrix to input into generate_music(..)?
It took me quite a bit of work but I generated the melody_salience_matrix in a Docker container that provided the necessary backwards compatibility:
https://github.com/InServiceOfX/InServiceOfX/tree/master/Scripts/DockerBuilds/Builds/Generative/MusicDevelopment/DeepSalience
and a bunch of other utility functions https://github.com/InServiceOfX/InServiceOfX/tree/master/PythonLibraries/Music/music/Utilities
I'll try to write more later