1.1.1 • Published 1 year ago

@mcfarljw/capacitor-audio v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.1.1

1 year ago

1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago