deepgram.audio.microphone.constants

 1# Copyright 2023-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 microphone
 8LOGGING = verboselogs.WARNING
 9CHANNELS = 1
10RATE = 16000
11CHUNK = 8194
LOGGING = 30
CHANNELS = 1
RATE = 16000
CHUNK = 8194