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

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


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

Last synced: 10 months 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>

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