| 1 |
2006-03-30 Eric Blossom <eb@comsec.com> |
|---|
| 2 |
|
|---|
| 3 |
* gr-audio-jack.conf: new config file. |
|---|
| 4 |
* src/audio_jack_source.{h,cc}, src/audio_jack_sink.{h,cc}: added |
|---|
| 5 |
ok_to_block ctor argument (currently ignored). Also query prefs |
|---|
| 6 |
for default input and output device names. |
|---|
| 7 |
|
|---|
| 8 |
2005-10-13 Stephane Fillod <f8cfe@free.fr> |
|---|
| 9 |
|
|---|
| 10 |
* src/audio_jack_{source,sink}.cc: don't use jack_get_client_name |
|---|
| 11 |
since older jack versions don't have it. |
|---|
| 12 |
|
|---|
| 13 |
2005-10-09 Stephane Fillod <f8cfe@free.fr> |
|---|
| 14 |
|
|---|
| 15 |
* src/audio_jack_{source,sink}.cc: fix, don't retrieve jack buffer |
|---|
| 16 |
when ringbuffer overflows/underflows. |
|---|
| 17 |
|
|---|
| 18 |
2005-09-30 Stephane Fillod <f8cfe@free.fr> |
|---|
| 19 |
|
|---|
| 20 |
* src/audio_jack_source.{h,cc}: new. |
|---|
| 21 |
* src/audio_jack_sink.{h,cc}: new. |
|---|
| 22 |
|
|---|
| 23 |
# |
|---|
| 24 |
# Copyright 2005 Free Software Foundation, Inc. |
|---|
| 25 |
# |
|---|
| 26 |
# This file is part of GNU Radio |
|---|
| 27 |
# |
|---|
| 28 |
# GNU Radio is free software; you can redistribute it and/or modify |
|---|
| 29 |
# it under the terms of the GNU General Public License as published by |
|---|
| 30 |
# the Free Software Foundation; either version 2, or (at your option) |
|---|
| 31 |
# any later version. |
|---|
| 32 |
# |
|---|
| 33 |
# GNU Radio is distributed in the hope that it will be useful, |
|---|
| 34 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 35 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 36 |
# GNU General Public License for more details. |
|---|
| 37 |
# |
|---|
| 38 |
# You should have received a copy of the GNU General Public License |
|---|
| 39 |
# along with GNU Radio; see the file COPYING. If not, write to |
|---|
| 40 |
# the Free Software Foundation, Inc., 51 Franklin Street, |
|---|
| 41 |
# Boston, MA 02110-1301, USA. |
|---|
| 42 |
# |
|---|