AudioBufferToSplineArray Op
Outputs the waveform of an audio file as a spline array
Summary (oneliner)
Full Name
- Ops.WebAudio.AudioBufferToSplineArray
- Core Op - Official cables op
- MIT
- Webaudio Peaks (extract peaks from audio samples or a webaudio AudioBuffer)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Render (Trigger)
Renders the waveform and triggers Next
when done
Audio Buffer (Object:audioBuffer)
Connect this to an Ops.WebAudio.AudioBuffer op, which loads and holds an audio sample
Waveform Settings
Width (Number)
The width of the waveform
Height (Number)
The height of the waveform
Samples Per Pixel (Number: integer)
Controls how detailled the waveform is, the smaller the value the more detail and the wider the output.
OUTPUT PORTS
Next (Trigger)
Called after Render
was called, triggers the next op
Array Out (Array)
spline array output
Patches using AudioBufferToSplineArray
Changelog
cloned op from Ops.WebAudio.Waveform | cables - 2020-12-07 11:48 | |
Ops.User.cables.WaveformMesh renamed to Ops.WebAudio.WaveformMesh | cables - 2020-12-07 16:04 | |
cloned op from Ops.WebAudio.WaveformMesh | cables - 2020-12-07 17:11 | |
Ops.User.cables.AudioBufferToSplineArray renamed to Ops.WebAudio.AudioBufferToSplineArray | cables - 2020-12-07 18:29 |