MCPcopy
hub / github.com/joshwcomeau/use-sound / PlayOptions

Interface PlayOptions

src/types.d.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 onload?: () => void;
12}
13export interface PlayOptions {
14 id?: string;
15 forceSoundEnabled?: boolean;
16 playbackRate?: number;
17}
18export declare type PlayFunction = (options: PlayOptions) => void;
19export interface ExposedData {
20 sound: Howl | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…