Skip to content

Commit

Permalink
Docs(Spectrogram): add frequenciesDataUrl option docs
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Dec 31, 2024
1 parent 6176691 commit 0ffead9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/spectrogram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ export type SpectrogramPluginOptions = {
| 'roseus'
/** Render a spectrogram for each channel independently when true. */
splitChannels?: boolean
/** URL with pre-computed spectrogram JSON data, the data must be a Uint8Array[][] **/
frequenciesDataUrl?: string
}

export type SpectrogramPluginEvents = BasePluginEvents & {
Expand Down

0 comments on commit 0ffead9

Please sign in to comment.