Module: tflite_support.task.audio

Stay organized with collections Save and categorize content based on your preferences.

TensorFlow Lite Task Library Audio APIs.

This module provides interface to run TensorFlow Lite audio models.

Classes

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 AudioFormat

class AudioRecord: A class to record audio in a streaming basis.

class TensorAudio: A wrapper class to store the input audio.