Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcusbuffett/capacitor-plugin-chessbook


https://github.com/marcusbuffett/capacitor-plugin-chessbook

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# capacitor-is-audio-playing

checks if audio is playing

## Install

```bash
npm install capacitor-is-audio-playing
npx cap sync
```

## API

* [`echo(...)`](#echo)
* [`isPlayingAudio()`](#isplayingaudio)

### echo(...)

```typescript
echo(options: { value: string; }) => Promise<{ value: string; }>
```

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

**Returns:** Promise<{ value: string; }>

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

### isPlayingAudio()

```typescript
isPlayingAudio() => Promise<{ playing: boolean; }>
```

**Returns:** Promise<{ playing: boolean; }>

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