A Flutter desktop application for managing voice avatars and audio recordings.
- Create and manage voice avatars
- Record and organize audio samples
- Audio routing detection
- Cross-platform support (Windows, macOS, Linux)
The app includes a placeholder SVG icon located in assets/app_icons/app_icon.svg
.
To use this icon for desktop builds:
- Convert the SVG file to appropriate formats:
- Windows: ICO format (replace
windows/runner/resources/app_icon.ico
) - macOS: ICNS format (update
macos/Runner/Assets.xcassets/AppIcon.appiconset
) - Linux: PNG format (various sizes)
- Windows: ICO format (replace
- For MSIX packaging, convert to PNG (256x256) and save as
assets/app_icons/app_icon_256.png
flutter pub get
flutter run
flutter build windows
flutter pub run msix:create