We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874991b commit ee6bb4cCopy full SHA for ee6bb4c
core/src/core/phonon.h
@@ -2231,9 +2231,9 @@ IPLAPI IPLAmbisonicsDecodeEffect IPLCALL iplAmbisonicsDecodeEffectRetain(IPLAmbi
2231
*/
2232
IPLAPI void IPLCALL iplAmbisonicsDecodeEffectRelease(IPLAmbisonicsDecodeEffect* effect);
2233
2234
-/** Resets the internal processing state of an Ambisonics rotation effect.
+/** Resets the internal processing state of an Ambisonics decode effect.
2235
2236
- \param effect The Ambisonics rotation effect to reset.
+ \param effect The Ambisonics decode effect to reset.
2237
2238
IPLAPI void IPLCALL iplAmbisonicsDecodeEffectReset(IPLAmbisonicsDecodeEffect effect);
2239
0 commit comments