Skip to content

Commit

Permalink
Disable kObjectID_Pitch_Adjust and kObjectID_ClockSource on device 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinroth committed Feb 10, 2023
1 parent 31c01b0 commit 8922120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions BlackHole/BlackHole.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,7 @@ static struct ObjectInfo kDevice2_ObjectList[] = {
{ kObjectID_Stream_Output, kObjectType_Stream, kAudioObjectPropertyScopeOutput },
{ kObjectID_Volume_Output_Master, kObjectType_Control, kAudioObjectPropertyScopeOutput },
{ kObjectID_Mute_Output_Master, kObjectType_Control, kAudioObjectPropertyScopeOutput },
{ kObjectID_Pitch_Adjust, kObjectType_Control, kAudioObjectPropertyScopeOutput },
#endif
{ kObjectID_ClockSource, kObjectType_Control, kAudioObjectPropertyScopeGlobal }
};

static const UInt32 kDevice_ObjectListSize = sizeof(kDevice_ObjectList) / sizeof(struct ObjectInfo);
Expand Down
4 changes: 2 additions & 2 deletions BlackHole/BlackHole.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>0.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>547</string>
<string>592</string>
<key>CFPlugInFactories</key>
<dict>
<key>e395c745-4eea-4d94-bb92-46224221047c</key>
Expand Down

0 comments on commit 8922120

Please sign in to comment.