feat: Add support for AAC audio files in CharConfig.svelte
This commit is contained in:
@@ -830,9 +830,9 @@
|
|||||||
<span class="text-textcolor">Reference Audio Data (3~10s audio file)</span>
|
<span class="text-textcolor">Reference Audio Data (3~10s audio file)</span>
|
||||||
<Button on:click={async () => {
|
<Button on:click={async () => {
|
||||||
const audio = await selectSingleFile([
|
const audio = await selectSingleFile([
|
||||||
'mp3',
|
|
||||||
'wav',
|
'wav',
|
||||||
'ogg',
|
'ogg',
|
||||||
|
'aac'
|
||||||
])
|
])
|
||||||
if(!audio){
|
if(!audio){
|
||||||
return null
|
return null
|
||||||
|
|||||||
Reference in New Issue
Block a user