Skip to content

Commit

Permalink
Successfully create OPUS converter.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Apr 22, 2024
1 parent 58b4a36 commit 0434de7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct AudioCodecOutputSettings: Codable {
mFormatID: kAudioFormatOpus,
mFormatFlags: 0,
mBytesPerPacket: 0,
mFramesPerPacket: 1024,
mFramesPerPacket: 2880,
mBytesPerFrame: 0,
mChannelsPerFrame: min(
inSourceFormat.mChannelsPerFrame,
Expand Down

0 comments on commit 0434de7

Please sign in to comment.