| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| A2MSetup.exe | 2026-02-08 | 263.0 MB | |
| A2M.exe | 2026-02-08 | 262.0 MB | |
| A2M v1.1.0 source code.tar.gz | 2026-02-07 | 724.8 kB | |
| A2M v1.1.0 source code.zip | 2026-02-07 | 729.4 kB | |
| README.md | 2026-02-07 | 1.7 kB | |
| Totals: 5 Items | 526.5 MB | 0 | |
Release Notes for Version: 1.0.0 → 1.1.0
Included Files
-
A2MSetup.exe (Recommended)
Windows installer for A2M. Size: 251 MB
SHA-256: e22803125a689998ba51242c294d4f0592be4af59f030aabb5a419fac729343c -
A2M.exe
Standalone A2M application. Size: 250 MB
SHA-256: 79fc6545fd8b77c89547c43fdd0a1eb54b1df4e3d8c1fac38238d7fbb53d2a50 -
Source code (zip / tar.gz)
Compressed A2M source code.
Security Notice
Only download from these official sources: Official repo ; Sourceforge ; Website.
Changes
- Replaced model naming and source with `PianoModel.pth` from `https://downloads.justagwas.com/a2m/PianoModel.pth`. - Added startup loading screen. - Moved model download prompt into the app UI. - Added `STOP` button for stopping active transcription. - Fixed detection edge case where notes/pedals starting at frame `0` could be skipped. - Fixed transcription progress reporting when GPU batch size is greater than `1`. - Added download timeout, retry, and backoff for model download requests. - Reworked Settings UI. - Added update system in app: - Automatic update checks on startup (configurable) - Manual "Check for updates now" button in Settings - Manifest source: `https://www.justagwas.com/projects/a2m/latest.json` - Updated installer script defaults to support both per-user and all-users installs correctly. - Cleaned dependencies and imports. - Fixed Windows path handling.Full Changelog: https://github.com/Justagwas/A2M/compare/v1.0.0...v1.1.0