gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 32 forks source link

Windows Audio Source not functioning / can't choose portaudio #14

Closed gnieboer closed 7 years ago

gnieboer commented 8 years ago

The windows audio source has not functioned for quite some time and needs to be completely refactored. This is an upstream bug in GNURadio and is here just for tracking purposes as it is windows-specific.

Closely related, GNURadio currently is hardcoded to use windows audio when on a windows platform, regardless of the preferences set (portaudio being the other option). As above, this is an upstream issue for tracking purposes only

gnieboer commented 7 years ago

Windows Audio Source fixed in gnuradio/gnuradio#1051. Awaiting release.

gr-prefs is apparently broken, will re-open in a different bug