mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added some extra sample rate support for ASIO.
This commit is contained in:
parent
145413143f
commit
e938b90feb
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ public:
|
|||
void updateSampleRates()
|
||||
{
|
||||
// find a list of sample rates..
|
||||
const int possibleSampleRates[] = { 44100, 48000, 88200, 96000, 176400, 192000 };
|
||||
const int possibleSampleRates[] = { 44100, 48000, 88200, 96000, 176400, 192000, 352800, 384000 };
|
||||
Array<double> newRates;
|
||||
|
||||
if (asioObject != nullptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue