Skip to content

Commit

Permalink
AudioChannelSet: Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reuk committed Jun 11, 2024
1 parent 8acd81e commit 95b49f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/juce_audio_basics/buffers/juce_AudioChannelSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,12 @@ class JUCE_API AudioChannelSet
static AudioChannelSet JUCE_CALLTYPE create9point1point4ITU();

/** Creates a set for a 9.0.6 ITU surround setup.
left, right, centre, leftSurround, rightSurround, leftCentre, rightCentre, leftSurroundSide, rightSurroundSide, topFrontLeft, topRearRight, topFrontRight, topRearRight, topSideLeft, topSideRight
left, right, centre, leftSurround, rightSurround, leftCentre, rightCentre, leftSurroundSide, rightSurroundSide, topFrontLeft, topFrontRight, topRearLeft, topRearRight, topSideLeft, topSideRight
*/
static AudioChannelSet JUCE_CALLTYPE create9point0point6ITU();

/** Creates a set for a 9.1.6 ITU surround setup.
left, right, centre, LFE, leftSurround, rightSurround, leftCentre, rightCentre, leftSurroundSide, rightSurroundSide, topFrontLeft, topRearRight, topFrontRight, topRearRight, topSideLeft, topSideRight
left, right, centre, LFE, leftSurround, rightSurround, leftCentre, rightCentre, leftSurroundSide, rightSurroundSide, topFrontLeft, topFrontRight, topRearLeft, topRearRight, topSideLeft, topSideRight
*/
static AudioChannelSet JUCE_CALLTYPE create9point1point6ITU();

Expand Down

0 comments on commit 95b49f6

Please sign in to comment.