stevenwaterman / musetree

AI Music Generation for the Real World
http://musetree.stevenwaterman.uk/
MIT License
238 stars 33 forks source link

Improve .mst size #52

Open stevenwaterman opened 4 years ago

stevenwaterman commented 4 years ago

Each MuseNet encoding token is one of roughly 4500 values. That takes about 12 bits to represent. They are currently represented as 5 ascii characters (including a space) = 40 bits. We should be able to reduce the file size by at least 70%.

This probably isn't worth doing, but I've been thinking about it so I opened an issue to keep track of my thoughts.