Skip to content

Commit

Permalink
refactor: 调整采样率
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Sep 14, 2024
1 parent 3499332 commit 080ccd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/ai-chat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ const startRecording = async () => {
mediaRecorder.value = new Recorder({
type: 'mp3',
bitRate: 128,
sampleRate: 44100
sampleRate: 16000
})
mediaRecorder.value.open(
Expand Down

0 comments on commit 080ccd1

Please sign in to comment.