mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
probably fix tests
This commit is contained in:
parent
8f23bf53a4
commit
c902b2ca0d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ async def test_convert_to_mp3(sample_audio):
|
|||
"""Test converting to MP3 format"""
|
||||
audio_data, sample_rate = sample_audio
|
||||
|
||||
writer = StreamingAudioWriter("writer", sample_rate=24000)
|
||||
writer = StreamingAudioWriter("mp3", sample_rate=24000)
|
||||
|
||||
audio_chunk = await AudioService.convert_audio(
|
||||
AudioChunk(audio_data), sample_rate, "mp3", writer
|
||||
|
|
Loading…
Add table
Reference in a new issue