Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 6 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
android:theme="@style/DarkTheme_DarkSide">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
Expand Down Expand Up @@ -200,6 +199,12 @@
android:label="@string/title_activity_tts_settings"
android:screenOrientation="fullUser"
android:theme="@style/DarkTheme_DarkSide"/>
<activity
android:name=".activity.settings.AiTtsTestActivity"
android:label="@string/title_activity_ai_tts_test"
android:screenOrientation="fullUser"
android:exported="true"
android:theme="@style/DarkTheme_DarkSide" />
<activity
android:name=".activity.settings.SyncLoginActivity"
android:label="@string/title_activity_sync_login"
Expand Down
15 changes: 15 additions & 0 deletions app/src/main/assets/vits-piper-en_US-kusal-medium/MODEL_CARD
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Model card for kusal (medium)

* Language: en_US (English, United States)
* Speakers: 1
* Quality: medium
* Samplerate: 22,050Hz

## Dataset

* URL: https://github.com/MycroftAI/mimic2
* License: See URL

## Training

Finetuned from U.S. English lessac voice (medium quality).
Binary file not shown.
Loading