Ticket #71 (defect)
Opened 2 years ago
Last modified 6 months ago
audio.py doesn't look for audio_windows
Status: closed (fixed)
| Reported by: | don2387ward@sprynet.com | Assigned to: | eb |
|---|---|---|---|
| Priority: | low | Milestone: | release-3.1.3 |
| Component: | gnuradio-core | Version: | 3.1svn |
| Keywords: | windows | Cc: | don2387ward@sprynet.com |
import audio does not look for audio_windows, which may be the only audio module available on a minimal Windows installation. The attached patch for audio.py adds audio_windows and reorders the list of audio modules---assuming that the modules are checked in order and that a user who installs alsa, jack, or portaudio would rather use one of those than osx, windows, or oss.
Attachments
Change History
09/24/06 11:02:35: Modified by don2387ward@sprynet.com
- attachment audio_py.patch added.
09/25/06 01:14:59: Modified by eb
- milestone changed from release-3.0 to post-release-3.0.
10/02/06 12:46:11: Modified by jcorgan
- milestone changed from post-release-3.0 to release-3.2.
Milestone post-release-3.0 deleted
10/02/06 13:16:41: Modified by jcorgan
- milestone changed from release-3.2 to release-3.0.1.
10/02/06 16:13:42: Modified by jcorgan
- milestone changed from release-3.0.1 to to-be-decided.
Milestone release-3.0.1 deleted
04/01/08 14:54:30: Modified by n4hy
- status changed from new to closed.
- version changed from 2.8svn to 3.1svn.
- resolution set to fixed.
04/02/08 06:01:53: Modified by jcorgan
- milestone changed from to-be-decided to release-3.1.3.
Fixed in r8146.

patch for audio.py