Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/AudioUnit/AUEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ public enum AudioUnitSubType : uint {
AudioFilePlayer = 0x6166706C, // 'afpl'
/// <summary>A light reverb.</summary>
/// <remarks>The FourCC value for 'rvb2', for the native constant kAudioUnitSubType_Reverb2.</remarks>
Revert2 = 0x72766232, // 'rvb2'
Reverb2 = 0x72766232, // 'rvb2'
/// <summary>An audio unit that can be used to isolate a sound type.</summary>
/// <remarks>The FourCC value for 'vois', for the native constant kAudioUnitSubType_AUSoundIsolation.</remarks>
[iOS (16, 0), Mac (13, 0), MacCatalyst (16, 0), NoTV]
Expand Down
Loading