Mixpeek Logo
    Audio

    Audio Embedding

    Extract semantic embeddings from audio content for similarity search

    Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.

    Input

    Enter a URL to a audio file

    Drag and drop a audio file here, or click to browse

    The audio embedding model to use. Default: whisper-base

    Size of audio chunks in seconds. Default: 30

    Output

    {
    "embeddings": {
    "type": "array",
    "items": {
    "type": "array",
    "items": {
    "type": "number"
    }
    }
    },
    "timestamps": {
    "type": "array",
    "items": {
    "type": "number"
    }
    }
    }