File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
src/content/cookbook/audio Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff 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
152144For more detailed information and the full list of supported options,
153145visit the [`record` package][] page on pub.dev or check out the
You can’t perform that action at this time.
0 commit comments