UNPKG

react-orchestra

Version:

A toolbox to build interactive and smart instruments on the web and mobile.

11 lines (10 loc) 230 B
declare class Sound { id: string; localPath: string; constructor(localPath: string); load(remotePath: string): Promise<{ note: Response; localPath: string; }>; } export default Sound;