mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AudioWorkgroup: Fix typo in documentation
This commit is contained in:
parent
4274b835f6
commit
3af4adf82d
1 changed files with 2 additions and 2 deletions
|
|
@ -119,9 +119,9 @@ private:
|
|||
@code
|
||||
Constructor()
|
||||
{
|
||||
startRealtimeThread (RealtimeThreadOptions{}.withApproximateAudioProcessingTime (samplesPerFrame, sampleRate));
|
||||
startRealtimeThread (Thread::RealtimeOptions{}.withApproximateAudioProcessingTime (samplesPerFrame, sampleRate));
|
||||
or
|
||||
startRealtimeThread (RealtimeThreadOptions{}.withProcessingTimeMs (10));
|
||||
startRealtimeThread (Thread::RealtimeOptions{}.withProcessingTimeMs (10));
|
||||
}
|
||||
|
||||
void Thread::run() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue