Back to Tensorflow

Module: tflite_support.task.audio

tensorflow/lite/g3doc/api_docs/python/tflite_support/task/audio.md

2.21.01.7 KB
Original Source

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>

Module: tflite_support.task.audio

<!-- Insert buttons and diff --> <table class="tfo-notebook-buttons tfo-api nocontent" align="left"> <td> <a target="_blank" href="https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/python/task/audio/__init__.py">
View source on GitHub
</a> </td> </table>

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.