Expand description
Module for handling creating vector embeddings of audio data using theoretically any ONNX model,
but specifically designed for use with the model in models/audio_embedding_model.onnx.
Structs§
- Audio
Embedding Model - Struct representing an audio embedding model loaded from an ONNX file.
- Embedding
- Model
Config
Constants§
- DIM_
EMBEDDING - The size of the embedding produced by the audio embedding model as a usize.