Skip to content

Commit ee6bb4c

Browse files
authored
fix ambisonics decode doc (#402)
1 parent 874991b commit ee6bb4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/core/phonon.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2231,9 +2231,9 @@ IPLAPI IPLAmbisonicsDecodeEffect IPLCALL iplAmbisonicsDecodeEffectRetain(IPLAmbi
22312231
*/
22322232
IPLAPI void IPLCALL iplAmbisonicsDecodeEffectRelease(IPLAmbisonicsDecodeEffect* effect);
22332233

2234-
/** Resets the internal processing state of an Ambisonics rotation effect.
2234+
/** Resets the internal processing state of an Ambisonics decode effect.
22352235
2236-
\param effect The Ambisonics rotation effect to reset.
2236+
\param effect The Ambisonics decode effect to reset.
22372237
*/
22382238
IPLAPI void IPLCALL iplAmbisonicsDecodeEffectReset(IPLAmbisonicsDecodeEffect effect);
22392239

0 commit comments

Comments
 (0)