tensorflow/lite/g3doc/api_docs/python/tflite_support/task/audio.md
page_type: reference description: TensorFlow Lite Task Library Audio APIs.
<link rel="stylesheet" href="/site-assets/css/style.css"> <!-- DO NOT EDIT! Automatically generated file. --> <div itemscope itemtype="http://developers.google.com/ReferenceObject"> <meta itemprop="name" content="tflite_support.task.audio" /> <meta itemprop="path" content="Stable" /> </div>View source on GitHub
TensorFlow Lite Task Library Audio APIs.
This module provides interface to run TensorFlow Lite audio models.
class AudioClassifier: Class that performs classification on audio.
class AudioClassifierOptions: Options for the audio classifier task.
class AudioEmbedder: Class that performs dense feature vector extraction on audio.
class AudioEmbedderOptions: Options for the audio embedder task.
class AudioRecord: A class to record audio in a streaming basis.
class TensorAudio: A wrapper class to store the input audio.