Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 7 | -80/+80 |
| | |||||
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital | Josh Blum | 2011-10-08 | 1 | -8/+8 |
|\ | |||||
| * | Merge branch 'master' into next | Tom Rondeau | 2011-10-06 | 1 | -8/+8 |
| |\ | |||||
| | * | audio_alsa_sink : Fix warning on 32 bit builds. | Philip Balister | 2011-10-03 | 1 | -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> | ||||
* | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-09-28 | 1 | -18/+0 |
|\| | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2011-09-27 | 1 | -18/+0 |
| |\| | |||||
| | * | swig: language independent exception handler | Josh Blum | 2011-09-27 | 1 | -18/+0 |
| | | | |||||
* | | | audio: may have to link Carbon | Josh Blum | 2011-09-15 | 1 | -0/+1 |
| | | | |||||
* | | | cmake: language tweak for component group description | Josh Blum | 2011-08-02 | 1 | -1/+1 |
| | | | |||||
* | | | gr: tweaks to build cmake branch on osx | Josh Blum | 2011-07-23 | 1 | -3/+3 |
| | | | |||||
* | | | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 7 | -0/+422 |
|/ / | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2011-07-19 | 1 | -1/+7 |
|\| | |||||
| * | audio: fixing alsa source like we did for alsa sink before. | Tom Rondeau | 2011-07-10 | 1 | -1/+7 |
| | | |||||
* | | Merge branch '8psk' into next | Tom Rondeau | 2011-07-17 | 1 | -2/+2 |
|\ \ | |/ |/| | | | | | Conflicts: gr-msdd6000/src/Makefile.swig.gen | ||||
| * | Merge branch 'master' into 8psk | Tom Rondeau | 2011-05-08 | 1 | -2/+4 |
| |\ | |||||
| * | | build: committing updated Makefile.swig.gen files. | Tom Rondeau | 2011-05-08 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'maint' | Johnathan Corgan | 2011-07-06 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | gr-audio: fix missing Makefile.am clause | Michael Dickens | 2011-07-06 | 1 | -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-audio | Johnathan Corgan | 2011-07-04 | 20 | -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 Blum | 2011-04-24 | 1 | -2/+4 |
|/ | |||||
* | build: add missing linker defines for Win32 | Don Ward | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'jblum/wip/gr_block_pure_virtual'distcheck-master | Johnathan Corgan | 2011-03-29 | 15 | -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 inheritance | Josh Blum | 2011-03-28 | 15 | -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 Rondeau | 2011-03-28 | 1 | -1/+2 |
|/ | |||||
* | audio: fixing class typo for OSX audio driver. | Tom Rondeau | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | audio: re-adding circular_buffer.h for OSX build. | Tom Rondeau | 2011-03-28 | 1 | -0/+315 |
| | |||||
* | audio: moved audio docs to gr-audio and fix comments | Josh Blum | 2011-03-22 | 1 | -0/+5 |
| | |||||
* | gr-audio: added README and default config fix | Josh Blum | 2011-03-14 | 2 | -1/+12 |
| | |||||
* | audio: high prio for platform specific audio osx | Josh Blum | 2011-03-09 | 2 | -2/+2 |
| | |||||
* | audio: added windows and osx audio source files | Josh Blum | 2011-03-09 | 10 | -4/+2342 |
| | |||||
* | audio: added config checks for other audios, added jack and port | Josh Blum | 2011-03-09 | 15 | -2/+1847 |
| | |||||
* | audio: make prefs look like old audio, removed old audio.py | Josh Blum | 2011-03-09 | 1 | -2/+2 |
| | |||||
* | audio: register arches with priorities, ex: prefer alsa over oss | Josh Blum | 2011-03-09 | 6 | -39/+75 |
| | |||||
* | audio: added oss support to gr-audio | Josh Blum | 2011-03-09 | 6 | -0/+482 |
| | |||||
* | audio: use conf files to specify default arch | Josh Blum | 2011-03-09 | 2 | -8/+38 |
| | |||||
* | audio: moved the grc audio blocks into gr-audio dir | Josh Blum | 2011-03-09 | 5 | -1/+204 |
| | |||||
* | audio: moved alsa support files into subdirectory | Josh Blum | 2011-03-09 | 8 | -8/+10 |
| | |||||
* | audio: work on swig support, it imports | Josh Blum | 2011-03-09 | 13 | -37/+305 |
| | |||||
* | audio: work to get alsa support in, lets see if this works before adding more | Josh Blum | 2011-03-09 | 14 | -20/+1596 |
| | |||||
* | audio: added audio factory registry and top level includes | Josh Blum | 2011-03-09 | 8 | -0/+237 |
| | |||||
* | audio: skeleton for gr-audio component | Josh Blum | 2011-03-08 | 10 | -0/+118 |