https://github.com/marcusbuffett/capacitor-sound-effects
https://github.com/marcusbuffett/capacitor-sound-effects
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcusbuffett/capacitor-sound-effects
- Owner: marcusbuffett
- Created: 2024-04-24T17:33:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T17:39:48.000Z (about 2 years ago)
- Last Synced: 2025-08-20T02:03:24.289Z (10 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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>
--------------------