2.0.1 • Published 11 months ago
@mcfarljw/capacitor-audio v2.0.1
@mcfarljw/capacitor-audio
A native audio plugin for Ionic Capacitor.
Install
npm install @mcfarljw/capacitor-audio
npx cap syncAPI
play(...)
play(options: { path: string; track: number; }) => Promise<void>| Param | Type |
|---|---|
options | { path: string; track: number; } |
stop(...)
stop(options: { track: number; }) => Promise<void>| Param | Type |
|---|---|
options | { track: number; } |
stopAll()
stopAll() => Promise<void>