| 1 |
2006-03-30 Eric Blossom <eb@comsec.com> |
|---|
| 2 |
|
|---|
| 3 |
* gr-audio-alsa.conf: new config file |
|---|
| 4 |
* src/audio_alsa_source.{h,cc,i}, src/audio_alsa_sink.{h,cc,i}: |
|---|
| 5 |
added ok_to_block ctor arg. Now use prefs for default devices, etc. |
|---|
| 6 |
|
|---|
| 7 |
2006-02-27 Eric Blossom <eb@comsec.com> |
|---|
| 8 |
|
|---|
| 9 |
* src/Makefile.am (audio_alsa.cc audio_alsa.py): added missing |
|---|
| 10 |
dependency. |
|---|
| 11 |
|
|---|
| 12 |
2005-07-02 Eric Blossom <eb@comsec.com> |
|---|
| 13 |
|
|---|
| 14 |
* config/gr_no_undefined.m4, config/gr_x86_64.m4: new, x86_64 support. |
|---|
| 15 |
* config/gr_python.m4: backed out search for libpython, making |
|---|
| 16 |
x86_64 work and breaking Cygwin/MinGW. |
|---|
| 17 |
* configure.ac, src/Makefile.am: mods for x86_64, $(NO_UNDEFINED) |
|---|
| 18 |
|
|---|
| 19 |
2005-06-18 Eric Blossom <eb@comsec.com> |
|---|
| 20 |
|
|---|
| 21 |
* src/audio_alsa_sink.cc (check_topology): set start threshold to |
|---|
| 22 |
help avoid audio underruns. |
|---|
| 23 |
|
|---|
| 24 |
2005-05-09 Stephane Fillod <f8cfe@free.fr> |
|---|
| 25 |
|
|---|
| 26 |
* config/gr_sysv_shm.m4: SysV shared memory not mandatory |
|---|
| 27 |
* config/gr_pwin32.m4, config/gr_python.m4, config/lf_cxx.m4: |
|---|
| 28 |
fixes for Cygwin, MinGW |
|---|
| 29 |
|
|---|
| 30 |
2005-01-29 Eric Blossom <eb@comsec.com> |
|---|
| 31 |
|
|---|
| 32 |
* src/Makefile.am: cleanup for SWIG 1.3.24 |
|---|
| 33 |
|
|---|
| 34 |
2005-01-17 Eric Blossom <eb@comsec.com> |
|---|
| 35 |
|
|---|
| 36 |
* src/audio_alsa_source.{h,cc}: emulate mono source even on |
|---|
| 37 |
stereo-only hardware. |
|---|
| 38 |
|
|---|
| 39 |
2005-01-12 Eric Blossom <eb@comsec.com> |
|---|
| 40 |
|
|---|
| 41 |
* src/audio_alsa_source.cc,src/audio_alsa_sink.cc: overruns are |
|---|
| 42 |
now indicated with aO, underruns with aU to distinguish them from |
|---|
| 43 |
usrp under/overruns. |
|---|
| 44 |
|
|---|
| 45 |
2004-11-11 Eric Blossom <eb@comsec.com> |
|---|
| 46 |
|
|---|
| 47 |
* src/audio_alsa_source.cc (audio_alsa_source): working! |
|---|
| 48 |
|
|---|
| 49 |
2004-11-10 Eric Blossom <eb@comsec.com> |
|---|
| 50 |
|
|---|
| 51 |
* src/audio_alsa_sink.cc (audio_alsa_sink): working! |
|---|
| 52 |
|
|---|
| 53 |
2004-11-08 Eric Blossom <eb@comsec.com> |
|---|
| 54 |
|
|---|
| 55 |
* src/audio_alsa.i (audio_alsa_make_source): added throw |
|---|
| 56 |
declarations so that swig generates the proper catch. |
|---|
| 57 |
|
|---|
| 58 |
2004-10-25 Ramakrishnan Muthukrishnan <rkrishnan@debian.org> |
|---|
| 59 |
|
|---|
| 60 |
* playout works. But segfaults on exit. |
|---|
| 61 |
* capture is untested. |
|---|
| 62 |
|
|---|
| 63 |
2004-10-23 Ramakrishnan Muthukrishnan <rkrishnan@debian.org> |
|---|
| 64 |
|
|---|
| 65 |
* src/audio_oss_source.{h,cc}: first cut from oss sources. |
|---|
| 66 |
* src/audio_oss_sink.{h,cc}: first cut from oss sources. |
|---|
| 67 |
|
|---|
| 68 |
|
|---|
| 69 |
# |
|---|
| 70 |
# Copyright 2004 Free Software Foundation, Inc. |
|---|
| 71 |
# |
|---|
| 72 |
# This file is part of GNU Radio |
|---|
| 73 |
# |
|---|
| 74 |
# GNU Radio is free software; you can redistribute it and/or modify |
|---|
| 75 |
# it under the terms of the GNU General Public License as published by |
|---|
| 76 |
# the Free Software Foundation; either version 3, or (at your option) |
|---|
| 77 |
# any later version. |
|---|
| 78 |
# |
|---|
| 79 |
# GNU Radio is distributed in the hope that it will be useful, |
|---|
| 80 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 81 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 82 |
# GNU General Public License for more details. |
|---|
| 83 |
# |
|---|
| 84 |
# You should have received a copy of the GNU General Public License |
|---|
| 85 |
# along with GNU Radio; see the file COPYING. If not, write to |
|---|
| 86 |
# the Free Software Foundation, Inc., 51 Franklin Street, |
|---|
| 87 |
# Boston, MA 02110-1301, USA. |
|---|
| 88 |
# |
|---|