Skip to content

Commit

Permalink
Minor tweaks (#126, #133).
Browse files Browse the repository at this point in the history
  • Loading branch information
gogins committed Apr 16, 2020
1 parent 227a1da commit 7118b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebAssembly/src/csound_loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* matching the host platform.
*
* On Linux, PulseAudio may cause problems. It is better to disable PulseAudio
* and use the lowest-level possible ALSA configuration.
* and use a low-level ALSA configuration.
*/

// These are globals:
Expand Down
2 changes: 1 addition & 1 deletion tests-and-examples/cpp/csound_threaded.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ int main(int argc, char *argv[])
{
CsoundThreaded csound;
csound.SetOption("-d");
csound.SetOption("-odac");
csound.SetOption("-odac:plughw:1,0");
csound.CompileCsdText(csd_text);
csound.Start();
int thread = csound.Perform();
Expand Down

0 comments on commit 7118b31

Please sign in to comment.