@mcfarljw/capacitor-audio
v2.0.1
Published
A native audio plugin for Ionic Capacitor.
Readme
@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>