KarpelesLab / static-portaudio

PortAudio static for Go
2 stars 2 forks source link

Windows: can detect MME devices only #3

Open ale-rinaldi opened 3 years ago

ale-rinaldi commented 3 years ago

Hello,

I'm having a problem when running on Windows: it seems that calling portaudio.Devices() I get MME (portaudio.MME) devices only.

When using github.com/gordonklaus/portaudio the same function returns many more devices: MME, DirectSound, WASAPI and WDMKS ones.

Thanks

fightforge commented 2 years ago

Hello,

I'm having a problem when running on Windows: it seems that calling portaudio.Devices() I get MME (portaudio.MME) devices only.

When using github.com/gordonklaus/portaudio the same function returns many more devices: MME, DirectSound, WASAPI and WDMKS ones.

Thanks

Hi, could you give some info on how to use this stati library?

Thanks

progerstar commented 1 year ago

Hi, could you give some info on how to use this stati library?

import "github.com/KarpelesLab/static-portaudio/portaudio"