Bug #496
Unable to disable gr-audio-windows
| Status: | Closed | Start date: | 10/16/2012 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | gr-audio-windows | |||
| Target version: | - | |||
| Resolution: |
Description
This modules is not working because #if 0 in the code. So, it is compiled and added to audio supported archs which corresponds to the first slot. Because of there is no gr_prefs in C++, I cannot select which audio module to use (currently I have windows and portaudio). So I suggest to include a checkbox in the Cmake to select which module to use or remove gr-audio-windows.
History
Updated by Josh Blum 6 months ago
Pol Henarejos wrote:
This modules is not working because #if 0 in the code. So, it is compiled and added to audio supported archs which corresponds to the first slot. Because of there is no gr_prefs in C++, I cannot select which audio module to use (currently I have windows and portaudio). So I suggest to include a checkbox in the Cmake to select which module to use or remove gr-audio-windows.
I wouldnt recommend an option to disable the windows audio. As long as it compiles it should be there. However, this is a good motivation for a set_audio_preference() static class method. This user setting would take precedence over the prefs setting.
Updated by Ben Reynwar 3 months ago
- Status changed from New to Feedback
Any object to closing this now that gr_prefs is working in C++?
Updated by Tom Rondeau 3 months ago
Agreed that we can close this now.
Updated by Ben Reynwar 2 months ago
- Status changed from Feedback to Closed