Statistics
| Branch: | Tag: | Revision:

root / gr-audio @ 9b2855a4

# Date Author Comment
9b2855a4 06/16/2012 09:34 pm Chí-Thanh Christopher Nguyễn

cmake: add support for SYSCONFDIR

Set with 'cmake -DSYSCONFDIR=target ...'

This fixes http://gnuradio.org/redmine/issues/492

f919f9dc 04/13/2012 10:36 pm Tom Rondeau

Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.

The sed script was provided by Moritz Fischer.

7dc08ba2 04/03/2012 04:26 pm Tom Rondeau

examples: Reworked locations and installation of examples.

All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.

3b3b7e31 02/16/2012 06:13 pm Johnathan Corgan

Merge branch 'master' into next

12311ad3 02/16/2012 06:13 pm Michael Dickens

small tweaks to get stream sizes "more correct"

861b084a 02/16/2012 06:13 pm Michael Dickens

allow any input hardware audio rate; fix use of deprecated function 'AudioHardwareGetProperty'

1b809965 01/06/2012 07:44 pm Tom Rondeau

Merge branch 'master' into next

963b3dd9 01/06/2012 07:19 pm Tom Rondeau

Remove some more warnings. I'm probably being a bit OCD about these ones, but it makes the build output so much nicer...

00420d32 12/08/2011 09:48 pm Johnathan Corgan

Removed autotools, gr-waveform, some cleanup

Nick Foster owes Nick Corgan a six-pack of beer!

67d0b6b3 12/07/2011 12:59 am Tom Rondeau

docs: fixes some warnings.

There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.

0370cfc8 12/05/2011 03:58 pm Tom Rondeau

docs: more fixes for generated swig files. This worked before the merge, but this forces the build system to generate these before processing the other swig files.

fe2e6f80 12/04/2011 04:10 pm Tom Rondeau

docs: better install of swig docs .i files since we actually have a variable to take care of it already.

2d88dd48 11/30/2011 07:45 pm Tom Rondeau

docs: fixing variable for location of header files (SOURCE not BINARY).

a2de55ca 11/28/2011 08:44 pm Tom Rondeau

docs: more appropriate variable to use when setting the include/headers directory.

0408e48c 11/28/2011 06:11 am Tom Rondeau

docs: installing generated _doc.i files under autotools.

cfea4669 11/28/2011 04:25 am Tom Rondeau

docs: better use of BUILT_SOURCES so I'm not overriding the standard build instructions for it.

355dbf5b 11/28/2011 12:06 am Tom Rondeau

docs: Adding swig doc generation to Makefile.am files.

70ca9bea 11/28/2011 12:05 am Tom Rondeau

docs: forgot to have the generated .i files installed.

633fd3b6 11/27/2011 08:50 pm Tom Rondeau

docs: added python doxygen docs to gr-audio.

c89c95cf 10/25/2011 06:04 pm Tom Rondeau

Merge branch 'maint'

26a1eb18 10/25/2011 06:03 pm Tom Rondeau

Merge branch 'upstream/alsa-source-warning-fix' into maint

faf7dea0 10/23/2011 10:43 pm Josh Blum

the libraries

1468be32 10/22/2011 04:05 pm Tom Rondeau

docs: don't need to distribute README files in docs component. Just the install path.

88208913 10/20/2011 09:48 pm Tom Rondeau

docs: installing README files.

97be31ab 10/19/2011 11:59 pm Josh Blum

grc: added throttle tag to blocks that throttle

7ed8b43e 10/19/2011 06:16 pm Josh Blum

cmake: fix that component depends on component hack

41ce01bd 10/17/2011 02:35 pm Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

a4dbd973 10/17/2011 02:14 am Tom Rondeau

Merge branch 'master' into next

Conflicts:
gr-qtgui/lib/Makefile.am

2d5a6f86 10/17/2011 01:34 am Tom Rondeau

Merge branch 'maint'

9ef30ab6 10/15/2011 03:20 pm Tom Rondeau

build: fixed a bug with missing boost filesystem lib.

1259a01a 10/12/2011 04:35 am Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

Conflicts:
gr-digital/include/digital_constellation.h

06860c30 10/10/2011 03:31 am Tom Rondeau

docs: adding gitignore for gr-audio/doc

c182a39e 10/10/2011 03:29 am Tom Rondeau

docs: include the doc directory in gr-aduio.

79b68aa7 10/10/2011 01:58 am Tom Rondeau

docs: adding doc directory, Doxygen page, and README for audio package.

71c0f14a 10/09/2011 12:11 am Josh Blum

gr: the CMakeLists.txt took a chill pill

fcc0ce92 10/08/2011 06:56 pm Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital

334f45e5 10/07/2011 08:08 pm Philip Balister

audio_alsa_source : Fix warning on 32 bit builds.

On machines where sizeof(long) = sizeof(int) the code for calculating
scale factors produced an overflow warning. This change simplifies the
code by eliminating the shift. The compiler should calculate the constant...

8523d8a0 10/06/2011 06:41 pm Tom Rondeau

Merge branch 'master' into next

774373b4 10/03/2011 10:15 pm Philip Balister

audio_alsa_sink : Fix warning on 32 bit builds.

On machines where sizeof(long) = sizeof(int) the code for calculating
scale factors produced an overflow warning. This change simplifies the
code by eliminating the shift. The compiler should calculate the constant...

74ec2b60 09/29/2011 06:03 am Josh Blum

Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

21e9139f 09/27/2011 05:32 pm Johnathan Corgan

Merge branch 'master' into next

5b1c7b73 09/27/2011 05:23 pm Josh Blum

swig: language independent exception handler

e067d22c 09/15/2011 09:46 pm Josh Blum

audio: may have to link Carbon

fbe4a14d 08/02/2011 07:45 pm Josh Blum

cmake: language tweak for component group description

2165d0c4 07/23/2011 04:41 pm Josh Blum

gr: tweaks to build cmake branch on osx

accb9f2f 07/21/2011 02:04 am Josh Blum

gr: squashed cmakelists.txt into one commit

0d30c802 07/19/2011 02:25 pm Johnathan Corgan

Merge branch 'master' into next

f7b9a0c6 07/17/2011 09:25 pm Tom Rondeau

Merge branch '8psk' into next

Conflicts:
gr-msdd6000/src/Makefile.swig.gen

4f760496 07/11/2011 02:38 am Tom Rondeau

audio: fixing alsa source like we did for alsa sink before.

5938a375 07/07/2011 02:11 am Johnathan Corgan

Merge branch 'maint'

f5c18ec5 07/07/2011 02:10 am Michael Dickens

gr-audio: fix missing Makefile.am clause

Date: Tue, 5 Jul 2011 23:16:48 -0500
Message-ID: <CAJFv4kPPVbA0dC=>
From: Ryan Pape <>
To:
Subject: [Discuss-gnuradio] OSX 10.6 Audio Library Error...

b7d8980a 07/05/2011 04:00 am Johnathan Corgan

gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audio

This begins a transition of examples from a separate gnuradio-examples component
into an examples directory with the component they go with. In this commit:

gnuradio-examples/c++/audio/ => gr-audio/examples/c++...

a72bde63 05/08/2011 06:58 pm Tom Rondeau

Merge branch 'master' into 8psk

bdd0bd40 05/08/2011 04:04 pm Tom Rondeau

build: committing updated Makefile.swig.gen files.

bab5e5ca 04/25/2011 02:02 am Josh Blum

audio: filled in the GR_AUDIO_API macro (since we now have gruel/attributes.h)

9166da7a 03/30/2011 11:34 pm Don Ward

build: add missing linker defines for Win32

d44bed65 03/29/2011 02:48 pm Johnathan Corgan

Merge remote branch 'jblum/wip/gr_block_pure_virtual'

  • jblum/wip/gr_block_pure_virtual:
    uhd: cleanup uhd usrp source/sink with virtual inheritance
    audio: cleanup audio source/sink with virtual inheritance
    runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
113a144a 03/28/2011 08:34 pm Tom Rondeau

audio: added missing header to Makefile.

f8ce1074 03/28/2011 05:30 pm Josh Blum

audio: cleanup audio source/sink with virtual inheritance

The audio implementations now inherit from sync block (as they used to).
And the redundant constructor in audio source/sink has been removed.

2b852ae6 03/28/2011 04:48 am Tom Rondeau

audio: fixing class typo for OSX audio driver.

75bbb265 03/28/2011 04:48 am Tom Rondeau

audio: re-adding circular_buffer.h for OSX build.

34313eac 03/22/2011 04:34 pm Josh Blum

audio: moved audio docs to gr-audio and fix comments

e2c5a9ff 03/14/2011 05:17 pm Josh Blum

gr-audio: added README and default config fix

d1f87733 03/10/2011 12:29 am Josh Blum

audio: high prio for platform specific audio osx

5f4976ea 03/10/2011 12:27 am Josh Blum

audio: added windows and osx audio source files

ef276a8b 03/10/2011 12:10 am Josh Blum

audio: added config checks for other audios, added jack and port

a83d1cf1 03/09/2011 10:31 pm Josh Blum

audio: make prefs look like old audio, removed old audio.py

78f735f4 03/09/2011 09:39 pm Josh Blum

audio: register arches with priorities, ex: prefer alsa over oss

8bd65a04 03/09/2011 08:51 pm Josh Blum

audio: added oss support to gr-audio

0ac77af7 03/09/2011 08:31 pm Josh Blum

audio: use conf files to specify default arch

0644b009 03/09/2011 07:44 pm Josh Blum

audio: moved the grc audio blocks into gr-audio dir

6d1d64eb 03/09/2011 07:28 pm Josh Blum

audio: moved alsa support files into subdirectory

4cba8db9 03/09/2011 07:17 pm Josh Blum

audio: work on swig support, it imports

24d30ff3 03/09/2011 06:29 pm Josh Blum

audio: work to get alsa support in, lets see if this works before adding more

77da72f5 03/09/2011 08:52 am Josh Blum

audio: added audio factory registry and top level includes

b9b53181 03/09/2011 07:13 am Josh Blum

audio: skeleton for gr-audio component