Skip to content

Commit b04908d

Browse files
committed
change pcm32float to match other sdks
1 parent bb952dc commit b04908d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/media/audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AudioCodec(str, Enum):
3636

3737
PCM16 = "pcm16"
3838
PCM32 = "pcm32"
39-
PCM32_FLOAT = "pcm32float"
39+
PCM32_FLOAT = "pcm32_float"
4040
MP3 = "mp3"
4141
AAC = "aac"
4242
OPUS = "opus"

0 commit comments

Comments
 (0)