Skip to content

Commit

Permalink
fix: openai aac #66
Browse files Browse the repository at this point in the history
  • Loading branch information
p0n1 committed Jun 28, 2024
1 parent 74d1644 commit fdacb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audiobook_generator/tts_providers/openai_tts_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_supported_voices():


def get_supported_formats():
return ["mp3", "acc", "flac", "opus"]
return ["mp3", "aac", "flac", "opus"]


class OpenAITTSProvider(BaseTTSProvider):
Expand Down

0 comments on commit fdacb8e

Please sign in to comment.