Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Aug 27, 2024
1 parent 9156ff4 commit aebeac5
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions record/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,22 @@ External dependencies:
| aacHe | ✔️ | | ? | | | ✔️
| amrNb | ✔️ | | ? | ✔️ | |
| amrWb | ✔️ | | ? | | |
| opus | ✔️ | | ✔️ 3 | | | ✔️
| opus | ✔️ | | ? | | | ✔️
| wav | ✔️ 2 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️
| flac | ✔️ 2 | ✔️ | ? | ✔️ | ✔️ | ✔️
| pcm16bits | ✔️ 2 | ✔️ | ✔️ | ✔️ | ✔️ |

* Question marks (?) in web column mean that the formats are supported by the plugin
but are not available in current (and tested) browsers (Chrome / Firefox).
?: from my testings:
| Encoder | Firefox | Chrome based | Safari
|-----------------|------------|----------------|---------
| aacLc | | | ✔️*
| opus | ✔️* | ✔️* |
| wav | ✔️ | ✔️ | ✔️
| pcm16bits | ✔️ | ✔️ | ✔️

\* Sample rate output is determined by your settings in OS. Bit depth is likely 32 bits.

wav and pcm16bits are provided by the package directly.

## Stream
| Encoder | Android | iOS | web | Windows | macOS | linux
Expand All @@ -49,7 +58,6 @@ but are not available in current (and tested) browsers (Chrome / Firefox).
\* AAC is streamed with raw AAC with ADTS headers, so it's directly readable through a file!
1. Bluetooth telephony device link (SCO) is automatically done but there's no phone call management.
2. Unsupported on legacy Android recorder.
3. Sample rate output is determined by your settings in OS. Bit depth is likely 32 bits.

## Usage

Expand Down

0 comments on commit aebeac5

Please sign in to comment.