You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I am writing a opensource lib (with python binding) for symbolic music. And I am looking for a way to support musicxml data(of course more formats in the further).
The main purpose is to accelerate data preprocessing for those ai projects in this area.
Our library supported midi parsing as a beginning. At first, I chose a existing midi library. However, we suffered from a significant performance issue caused by iosream get char(used in that lib). So we just write one by ourselves.
So I wonder if there will be any benchmark for musicxml parsing? Even if it is just a comparision with some python library. I just wonder if this library would fit our purpose.
I would be grateful if you could offer some useful information.
The text was updated successfully, but these errors were encountered:
Recently, I am writing a opensource lib (with python binding) for symbolic music. And I am looking for a way to support musicxml data(of course more formats in the further).
https://github.com/Yikai-Liao/symusic
The main purpose is to accelerate data preprocessing for those ai projects in this area.
Our library supported midi parsing as a beginning. At first, I chose a existing midi library. However, we suffered from a significant performance issue caused by iosream get char(used in that lib). So we just write one by ourselves.
So I wonder if there will be any benchmark for musicxml parsing? Even if it is just a comparision with some python library. I just wonder if this library would fit our purpose.
I would be grateful if you could offer some useful information.
The text was updated successfully, but these errors were encountered: