Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcusbuffett/capacitor-sound-effects


https://github.com/marcusbuffett/capacitor-sound-effects

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# capacitor-sound-effects

Sound effects

## Install

```bash
npm install capacitor-sound-effects
npx cap sync
```

## API

* [`playSound(...)`](#playsound)

### playSound(...)

```typescript
playSound(options: { filename: string; }) => Promise
```

| Param | Type |
| ------------- | ---------------------------------- |
| **`options`** | { filename: string; } |

**Returns:** Promise<string>

--------------------