GitHub

Source

useAudioWaveform

Note

This feature is experimental and may change or be removed based on developer feedback and real-world usage.

Import

import { useAudioWaveform } from "@livekit/components-react";

Properties

options.barCountnumberOptional
options.updateIntervalnumberOptional
options.volMultipliernumberOptional
trackOrTrackReferenceLocalAudioTrack | RemoteAudioTrack | TrackReferenceOrPlaceholderOptional

Returns

{
bars: number[];
}