This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
Change of OSS soundcard.h file path (gps).
tags/4.0.3
Gary Scavone
Stephen Sinclair
18 years ago
parent
f6708f5edc
commit
057ff0c4d3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
RtAudio.cpp
+ 1
- 1
RtAudio.cpp
View File
@@ -5970,7 +5970,7 @@ extern "C" void *alsaCallbackHandler( void *ptr )
#include <sys/ioctl.h>
#include <unistd.h>
#include <fcntl.h>
#include "
oss/
soundcard.h"
#include "soundcard.h"
#include <errno.h>
#include <math.h>
Write
Preview
Loading…
Cancel
Save