summaryrefslogtreecommitdiff
path: root/gr-audio
Commit message (Collapse)AuthorAgeFilesLines
...
* | | gr: tweaks to build cmake branch on osxJosh Blum2011-07-231-3/+3
| | |
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-207-0/+422
|/ /
* | Merge branch 'master' into nextJohnathan Corgan2011-07-191-1/+7
|\|
| * audio: fixing alsa source like we did for alsa sink before.Tom Rondeau2011-07-101-1/+7
| |
* | Merge branch '8psk' into nextTom Rondeau2011-07-171-2/+2
|\ \ | |/ |/| | | | | Conflicts: gr-msdd6000/src/Makefile.swig.gen
| * Merge branch 'master' into 8pskTom Rondeau2011-05-081-2/+4
| |\
| * | build: committing updated Makefile.swig.gen files.Tom Rondeau2011-05-081-2/+2
| | |
* | | Merge branch 'maint'Johnathan Corgan2011-07-061-0/+5
|\ \ \
| * | | 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
* / | gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audioJohnathan Corgan2011-07-0420-1/+1034
|/ / | | | | | | | | | | | | | | | | | | 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++ gnuradio-examples/python/audio => gr-audio/examples/python The system installation directory remains $PREFIX/share/gnuradio/examples/audio
* / audio: filled in the GR_AUDIO_API macro (since we now have gruel/attributes.h)Josh Blum2011-04-241-2/+4
|/
* 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-2915-49/+14
|\ | | | | | | | | | | | | * 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-2815-49/+14
| | | | | | | | | | 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
|
* gr-audio: added README and default config fixJosh Blum2011-03-142-1/+12
|
* audio: high prio for platform specific audio osxJosh Blum2011-03-092-2/+2
|
* audio: added windows and osx audio source filesJosh Blum2011-03-0910-4/+2342
|
* audio: added config checks for other audios, added jack and portJosh Blum2011-03-0915-2/+1847
|
* audio: make prefs look like old audio, removed old audio.pyJosh Blum2011-03-091-2/+2
|
* audio: register arches with priorities, ex: prefer alsa over ossJosh Blum2011-03-096-39/+75
|
* audio: added oss support to gr-audioJosh Blum2011-03-096-0/+482
|
* audio: use conf files to specify default archJosh Blum2011-03-092-8/+38
|
* audio: moved the grc audio blocks into gr-audio dirJosh Blum2011-03-095-1/+204
|
* audio: moved alsa support files into subdirectoryJosh Blum2011-03-098-8/+10
|
* audio: work on swig support, it importsJosh Blum2011-03-0913-37/+305
|
* audio: work to get alsa support in, lets see if this works before adding moreJosh Blum2011-03-0914-20/+1596
|
* audio: added audio factory registry and top level includesJosh Blum2011-03-098-0/+237
|
* audio: skeleton for gr-audio componentJosh Blum2011-03-0810-0/+118