Skip to content

Commit 79048ba

Browse files
sfshaza2parlough
andauthored
Update src/content/cookbook/audio/record.md
Co-authored-by: Parker Lougheed <parlough@gmail.com>
1 parent 5712df1 commit 79048ba

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

src/content/cookbook/audio/record.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,12 @@ await recorder.dispose();
134134
```
135135

136136
## Supported formats and encodings
137+
The `record` package supports various encoders and file formats,
138+
but support varies by platform.
139+
For the full list of supported encoders per platform,
140+
check out the package's [encoding support table][record-encoders].
137141

138-
The `record` package supports various file formats
139-
and encodings across different platforms.
140-
Some examples include:
141-
142-
* `aacLc`
143-
* `aacEld`
144-
* `aacHe`
145-
* `amrNb`
146-
* `amrWb`
147-
* `opus`
148-
* `wav`
149-
* `flac`
150-
* `pcm16bits`
142+
[encoding support table]: {{site.pub-pkg}}/record#file
151143

152144
For more detailed information and the full list of supported options,
153145
visit the [`record` package][] page on pub.dev or check out the

0 commit comments

Comments
 (0)