Skip to content

Commit 07f8f66

Browse files
dan-ince-aaiAssemblyAI
and
AssemblyAI
authored
chore: sync sdk code with DeepLearning repo (#127)
Co-authored-by: AssemblyAI <engineering.sdk@assemblyai.com>
1 parent 52a8640 commit 07f8f66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assemblyai/streaming/v3/models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ class Encoding(str, Enum):
6666
pcm_s16le = "pcm_s16le"
6767
pcm_mulaw = "pcm_mulaw"
6868

69+
def __str__(self):
70+
return self.value
71+
6972

7073
class StreamingParameters(StreamingSessionParameters):
7174
sample_rate: int

0 commit comments

Comments
 (0)