A GUI for the Neutrino neural singing synthesizer with Flutter
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:
- Clone this repository 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.