deepgram.audio.speaker.constants
1# Copyright 2024 Deepgram SDK contributors. All Rights Reserved. 2# Use of this source code is governed by a MIT license that can be found in the LICENSE file. 3# SPDX-License-Identifier: MIT 4 5from ...utils import verboselogs 6 7# Constants for speaker 8LOGGING = verboselogs.WARNING 9TIMEOUT = 0.050 10CHANNELS = 1 11RATE = 16000 12CHUNK = 8194 13 14# Constants for speaker 15PLAYBACK_DELTA = 2000
LOGGING =
30
TIMEOUT =
0.05
CHANNELS =
1
RATE =
16000
CHUNK =
8194
PLAYBACK_DELTA =
2000