AOSSIE-Org / AOSSIE-Org/Resonate

Feature: Add Flutter Voice Selection UI and Platform Channels for DSP Control

オープン
#684 コメント 7 件 リアクション 0 件 担当者 1 名 @4555jan が担当を希望しています GitHub で見る
enhancement
主要言語
Dart
スター
344
フォーク
350
PR マージ指標
30日以内にマージされた PR はありません

説明

### 🚀 The feature

Add Flutter UI components for selecting predefined voice profiles and toggling preview mode.
Introduce platform channels to communicate user selections (e.g., selected voice profile, preview enabled/disabled) from Flutter to native code.

Flutter will strictly act as a control layer and will not process or handle audio buffers.

### Motivation, pitch

Users need a simple and intuitive way to select voice styles before or during a session. Flutter is the appropriate layer for user interaction, while native code handles audio processing.

By keeping Flutter limited to UI and control signals via platform channels, we maintain real-time performance and avoid running audio logic in Dart. This preserves responsiveness and ensures clean separation between UI and audio processing.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。