mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Docs: Update language to be more diplomatic
This commit is contained in:
parent
83e5264c86
commit
e465b71188
9 changed files with 34 additions and 17 deletions
|
|
@ -1239,7 +1239,7 @@ private:
|
|||
bool isOutput = (ioid != "Input");
|
||||
bool isInput = (ioid != "Output");
|
||||
|
||||
// alsa is stupid here, it advertises dmix and dsnoop as input/output devices, but
|
||||
// ALSA advertises dmix and dsnoop as input/output devices, but
|
||||
// opening dmix as input, or dsnoop as output will trigger errors
|
||||
isInput = isInput && ! id.startsWith ("dmix");
|
||||
isOutput = isOutput && ! id.startsWith ("dsnoop");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue