Skip to content

Commit

Permalink
Merge pull request #64 from stuaxo/patch-1
Browse files Browse the repository at this point in the history
Update pysoundcard.py
  • Loading branch information
bastibe committed Oct 25, 2016
2 parents 0c0d159 + 41bb4c7 commit 7490aae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pysoundcard.py
Expand Up @@ -109,6 +109,24 @@
typedef int PaDeviceIndex;
typedef enum PaHostApiTypeId
{
paInDevelopment=0, /* use while developing support for a new host API */
paDirectSound=1,
paMME=2,
paASIO=3,
paSoundManager=4,
paCoreAudio=5,
paOSS=7,
paALSA=8,
paAL=9,
paBeOS=10,
paWDMKS=11,
paJACK=12,
paWASAPI=13,
paAudioScienceHPI=14
} PaHostApiTypeId;
typedef struct PaHostApiInfo {
int structVersion;
enum PaHostApiTypeId type;
Expand Down

0 comments on commit 7490aae

Please sign in to comment.