Skip to content

Commit

Permalink
Update test_tts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 29, 2024
1 parent 1803659 commit ec2bd60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async def _assert_valid_synthesized_audio(
google.TTS(),
azure.TTS(),
cartesia.TTS(),
cartesia.TTS(speed="fastest", emotion=["surprise:highest"]),
]


Expand All @@ -62,7 +61,6 @@ async def test_synthesize(tts: agents.tts.TTS):
elevenlabs.TTS(),
elevenlabs.TTS(encoding="pcm_44100"),
cartesia.TTS(),
cartesia.TTS(speed="fastest", emotion=["surprise:highest"]),
agents.tts.StreamAdapter(
tts=openai.TTS(), sentence_tokenizer=STREAM_SENT_TOKENIZER
),
Expand Down

0 comments on commit ec2bd60

Please sign in to comment.