summaryrefslogtreecommitdiff
path: root/gr-audio/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* audio: minor master merge fix.Tom Rondeau2013-03-131-1/+1
| | | | blocks: fix QA to turn off controlport (should generalize this).
* Merge branch 'master' into nextTom Rondeau2013-03-131-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-audio/lib/CMakeLists.txt gr-blocks/include/blocks/CMakeLists.txt gr-blocks/include/blocks/socket_pdu.h gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i gr-comedi/src/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * log: replacing log4cxx with log4cpp.Tom Rondeau2013-03-131-3/+3
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-052-1/+70
|\| | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * Added Windows DLL resource filesNicholas Corgan2013-03-052-1/+70
| |
* | Fixing up some code after merge and conflicts.Tom Rondeau2013-03-031-1/+1
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-031-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/gnuradio-core.conf gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc gnuradio-core/src/lib/runtime/runtime.i gr-atsc/src/lib/CMakeLists.txt gr-audio/lib/CMakeLists.txt gr-comedi/src/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * Merge branch 'master' into gr_logTom Rondeau2013-03-011-3/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/main_page.dox gnuradio-core/gnuradio-core.conf.in gnuradio-core/src/lib/swig/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * \ Merge branch 'master' into gr_logTom Rondeau2012-09-062-2/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/build_guide.dox gnuradio-core/CMakeLists.txt gr-digital/lib/CMakeLists.txt
| * | | Fixing up the gr-log capabilities.Tom Rondeau2012-06-081-1/+4
| | | | | | | | | | | | | | | | Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
* | | | ctrlport: allowing all components to use ControlPort.Tom Rondeau2013-03-011-0/+5
| | | |
* | | | audio: fixed Windows typosNicholas Corgan2013-02-143-4/+4
| | | |
* | | | audio: wip: converting windows audio to v3.7 style (untested).Tom Rondeau2013-02-136-588/+573
| | | |
* | | | audio: wip: osx patches verified on an OSX machine.Tom Rondeau2013-02-132-24/+24
| | | |
* | | | audio: wip: converting OSX audio to 3.7 style.Tom Rondeau2013-02-1323-2768/+2846
| | | |
* | | | analog: wip: name changes for alsa, oss, jack files.Tom Rondeau2013-02-1119-30/+30
| | | |
* | | | analog: wip: oss and jack converted and compiling.Tom Rondeau2013-02-118-671/+715
| | | | | | | | | | | | | | | | C++ dial_tone example working.
* | | | audio: wip: conversion cont. Alsa building.Tom Rondeau2013-02-116-1171/+1213
| | | |
* | | | audio: wip: moving audio to 3.7 style. Headers renamed and moved.Tom Rondeau2013-02-1113-26/+26
| |_|/ |/| |
* | | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-011-3/+4
| |/ |/| | | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
* | Merge branch 'maint'Johnathan Corgan2012-06-291-1/+2
|\ \
| * | audio: switch to BOOST_BIG_ENDIAN macro in OSX audio hdrJosh Blum2012-06-291-1/+2
| |/ | | | | | | | | The previous one didnt seem to be set by the build system. Perhaps this was lost in the transition to CMake?
* / cmake: add support for SYSCONFDIRChí-Thanh Christopher Nguyễn2012-06-161-1/+1
|/ | | | | | Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1331-222/+222
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2012-02-161-15/+64
|\
| * small tweaks to get stream sizes "more correct"Michael L Dickens2012-02-161-7/+7
| |
| * allow any input hardware audio rate; fix use of deprecated function ↵Michael Dickens2012-02-161-11/+60
| | | | | | | | 'AudioHardwareGetProperty'
* | Merge branch 'master' into nextTom Rondeau2012-01-061-4/+2
|\|
| * Remove some more warnings. I'm probably being a bit OCD about these ones, ↵Tom Rondeau2012-01-061-4/+2
| | | | | | | | but it makes the build output so much nicer...
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-187/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* Merge branch 'maint'Tom Rondeau2011-10-251-8/+8
|\
| * audio_alsa_source : Fix warning on 32 bit builds.Philip Balister2011-10-071-8/+8
| | | | | | | | | | | | | | | | | | 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 at compile time anyway. Signed-off-by: Philip Balister <philip@opensdr.com>
* | the librariesJosh Blum2011-10-231-8/+1
| |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1112-2/+14
|\ \ | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * | docs: adding doc directory, Doxygen page, and README for audio package.Tom Rondeau2011-10-0912-2/+14
| |/
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-52/+52
| |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digitalJosh Blum2011-10-081-8/+8
|\|
| * audio_alsa_sink : Fix warning on 32 bit builds.Philip Balister2011-10-031-8/+8
| | | | | | | | | | | | | | | | | | 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 at compile time anyway. Signed-off-by: Philip Balister <philip@opensdr.com>
* | audio: may have to link CarbonJosh Blum2011-09-151-0/+1
| |
* | gr: tweaks to build cmake branch on osxJosh Blum2011-07-231-3/+3
| |
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+159
|/
* audio: fixing alsa source like we did for alsa sink before.Tom Rondeau2011-07-101-1/+7
|
* gr-audio: fix missing Makefile.am clauseMichael Dickens2011-07-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Tue, 5 Jul 2011 23:16:48 -0500 Message-ID: <CAJFv4kPPVbA0dC=euBvaukWcpNVOWTdPsM1kcYS5nO4KAfnd-g@mail.gmail.com> From: Ryan Pape <ryan.pape@gmail.com> To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] OSX 10.6 Audio Library Error I'm having trouble with a new install on OSX 10.6. I've done this enough times on other OSX versions but I am drawing a blank. Can anyone help me out? Can't find Core Audio libs? Traceback (most recent call last): File "./dial_tone.py", line 24, in <module> from gnuradio import audio File "/usr/local/lib/python2.6/site-packages/gnuradio/audio/__init__.py", line 22, in <module> from audio_swig import * File "/usr/local/lib/python2.6/site-packages/gnuradio/audio/audio_swig.py", line 26, in <module> _audio_swig = swig_import_helper() File "/usr/local/lib/python2.6/site-packages/gnuradio/audio/audio_swig.py", line 22, in swig_import_helper _mod = imp.load_module('_audio_swig', fp, pathname, description) *ImportError: dlopen(/usr/local/lib/python2.6/site-packages/gnuradio/audio/_audio_swig.so, 2): Symbol not found: _AudioComponentFindNext* Referenced from: /usr/local/lib/libgnuradio-audio-3.4.1git.0.dylib Expected in: flat namespace in /usr/local/lib/libgnuradio-audio-3.4.1git.0.dylib
* build: add missing linker defines for Win32Don Ward2011-03-301-1/+1
|
* Merge remote branch 'jblum/wip/gr_block_pure_virtual'distcheck-masterJohnathan Corgan2011-03-2913-33/+12
|\ | | | | | | | | | | | | * 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)
| * audio: cleanup audio source/sink with virtual inheritanceJosh Blum2011-03-2813-33/+12
| | | | | | | | | | The audio implementations now inherit from sync block (as they used to). And the redundant constructor in audio source/sink has been removed.
* | audio: added missing header to Makefile.Tom Rondeau2011-03-281-1/+2
|/
* audio: fixing class typo for OSX audio driver.Tom Rondeau2011-03-281-1/+1
|
* audio: re-adding circular_buffer.h for OSX build.Tom Rondeau2011-03-281-0/+315
|
* audio: moved audio docs to gr-audio and fix commentsJosh Blum2011-03-221-0/+5
|