Skip to content

Commit

Permalink
fix: Opus encoder misleading documentation.
Browse files Browse the repository at this point in the history
closes #320
  • Loading branch information
llfbandit committed May 23, 2024
1 parent 92ab18f commit f6fd5aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions record_platform_interface/lib/src/types/audio_encoder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ enum AudioEncoder {
/// Suggested file extension: `3gp`
amrWb,

/// Will output to MPEG_4 format container.
/// Will output to OGG format container.
///
/// SDK 29 on Android
///
/// SDK 11 on iOs
///
/// Suggested file extension: `opus`
opus,

Expand Down

0 comments on commit f6fd5aa

Please sign in to comment.