1.0.4 • Published 3 months ago

@mcfarljw/capacitor-audio v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@mcfarljw/capacitor-audio

A native audio plugin for Ionic Capacitor.

Install

npm install @mcfarljw/capacitor-audio
npx cap sync

API

play(...)

play(options: { path: string; track: number; }) => Promise<void>
ParamType
options{ path: string; track: number; }

stop(...)

stop(options: { track: number; }) => Promise<void>
ParamType
options{ track: number; }

stopAll()

stopAll() => Promise<void>

1.0.4

3 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

8 months ago

1.0.0

8 months ago