Skip to content

Commit

Permalink
change default tts type selection
Browse files Browse the repository at this point in the history
  • Loading branch information
naeruru committed Jul 22, 2024
1 parent 7ce814b commit 9eb8a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/speech.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const useSpeechStore = defineStore('speech', () => {
})
const tts = ref({
enabled: false,
type: 'webspeech',
type: 'tiktok',
voice: '',
rate: 1,
pitch: 1,
Expand Down

0 comments on commit 9eb8a74

Please sign in to comment.