muon
a gui for the neutrino neural singing synthesizer, written in flutter (and uses synaps!).
eyecandy / screenshots
eye-burning light mode
dark mode
features
seamless romaji -> hiragana voice editing
multiple voices rendered in parallel
undo/redo actions menu
automatic voice model listing and on-the-fly changing
midi/musicxml import
building
building steps:
- buy this source somewhere
flutter pub get
-> gets all packagesflutter pub run build_runner build
-> build the generated files for json_serializable/synapsflutter build windows/macos/linux
- sigh just read this https://flutter.dev/desktop#distribution
n.b. i have used a fixed version of flutter_desktop_audio which i do not plan on releasing publicly, because i do not wish to maintain that codebase. i will be replacing that module with my own ffi based audio playback library. until then, if you want to build this yourself, shoot me a message and i can give you source access to my version of flutter_desktop_audio.
Comments are closed.