Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcusbuffett/capacitor-sound-effects
- Owner: marcusbuffett
- Created: 2024-04-24T17:33:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T17:39:48.000Z (9 months ago)
- Last Synced: 2024-05-09T19:00:46.104Z (9 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>
--------------------