magenta / magenta-js

Magenta.js: Music and Art Generation with Machine Learning in the browser
https://magenta.tensorflow.org
Apache License 2.0
1.96k stars 311 forks source link

Stuck at `midiToSequenceProto` when attempting to decode large MIDI files #697

Open ruochenjia opened 4 months ago

ruochenjia commented 4 months ago

My node.js app is stuck at the midiToSequenceProto call when decoding a large MIDI file (attached here). This should not happen as other media players such as VLC takes less than 1 second to start playing. I think it should be possible to only load a part of it instead of loading all at once, but magenta.js does not seen to provide a way of doing so.