| File | Date | Author | Commit |
|---|---|---|---|
| .github | 13 hours ago |
|
[2c7538] Update .github |
| A2M | 14 hours ago |
|
[eb24b0] Update A2M.py |
| .gitignore | 3 days ago |
|
[bc7da8] Initial release |
| A2M.slnx | 3 days ago |
|
[bc7da8] Initial release |
| LICENSE | 3 days ago |
|
[bc7da8] Initial release |
| README.md | 13 hours ago |
|
[cdc2b2] Update README |
Convert local audio files into MIDI with one click
Website • Releases • Issues • License
A2M is a desktop app that transcribes a local audio file into MIDI using a trained model.
MIDI output is saved to:
Downloads/A2M
A2M requires a transcription model. On first run, it will prompt you to download it (~165 MB). This is required for MIDI.
This project uses the piano transcription model from:
Credits to the original authors and contributors of that project for the model and research work.
.a2m_config.json
pip install -r requirements.txt
python A2M.py
py -m PyInstaller -F -w -i "icon.ico" --clean A2M.py
Operating systems may show warnings when downloading A2M because it is not yet widely recognized.
A2M is:
If downloaded from the official repository or release page, it can be independently verified and safely used.
Issues, suggestions, and pull requests are welcome.
If reporting bugs, please include clear reproduction steps.
Apache-2.0
See LICENSE for details.