deepgram.audio.microphone
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 .microphone import Microphone 6from .constants import LOGGING, CHANNELS, RATE, CHUNK 7from .errors import DeepgramMicrophoneError