mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Tweak to CoreAudio handling to make Zoom soundcards work.
This commit is contained in:
parent
ad8cc4b693
commit
ec793d9f29
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ public:
|
|||
// set sample rate
|
||||
AudioObjectPropertyAddress pa;
|
||||
pa.mSelector = kAudioDevicePropertyNominalSampleRate;
|
||||
pa.mScope = kAudioObjectPropertyScopeWildcard;
|
||||
pa.mScope = kAudioObjectPropertyScopeGlobal;
|
||||
pa.mElement = kAudioObjectPropertyElementMaster;
|
||||
Float64 sr = newSampleRate;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue