summaryrefslogtreecommitdiff
path: root/gr-audio
Commit message (Collapse)AuthorAgeFilesLines
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-036-2/+1338
| | | | 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>.
* 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-0819-646/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: fixes some warnings.Tom Rondeau2011-12-061-3/+3
| | | | 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.
* docs: more fixes for generated swig files. This worked before the merge, but ↵Tom Rondeau2011-12-051-0/+1
| | | | this forces the build system to generate these before processing the other swig files.
* docs: better install of swig docs .i files since we actually have a variable ↵Tom Rondeau2011-12-041-4/+5
| | | | to take care of it already.
* docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau2011-11-301-1/+1
|
* docs: more appropriate variable to use when setting the include/headers ↵Tom Rondeau2011-11-281-1/+1
| | | | directory.
* docs: installing generated _doc.i files under autotools.Tom Rondeau2011-11-281-0/+3
|
* docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵Tom Rondeau2011-11-271-2/+2
| | | | instructions for it.
* docs: Adding swig doc generation to Makefile.am files.Tom Rondeau2011-11-271-0/+9
|
* docs: forgot to have the generated .i files installed.Tom Rondeau2011-11-271-0/+1
|
* docs: added python doxygen docs to gr-audio.Tom Rondeau2011-11-275-12/+35
|
* Merge branch 'maint'Tom Rondeau2011-10-251-8/+8
|\
| * Merge branch 'upstream/alsa-source-warning-fix' into maintmaint-3.4.2Tom 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
| | |
* | | docs: don't need to distribute README files in docs component. Just the ↵Tom Rondeau2011-10-221-1/+0
| | | | | | | | | | | | install path.
* | | docs: installing README files.Tom Rondeau2011-10-202-0/+25
| | |
* | | grc: added throttle tag to blocks that throttleJosh Blum2011-10-192-0/+2
| | |
* | | cmake: fix that component depends on component hackJosh Blum2011-10-191-1/+1
| | |
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-171-1/+3
|\ \ \
| * | | Merge branch 'master' into nextTom Rondeau2011-10-161-1/+3
| |\| | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/lib/Makefile.am
| | * | Merge branch 'maint'Tom Rondeau2011-10-161-1/+3
| | |\ \ | | | |/ | | |/|
| | | * build: fixed a bug with missing boost filesystem lib.Tom Rondeau2011-10-151-1/+3
| | | |
* | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1119-3/+141
|\| | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * | | docs: adding gitignore for gr-audio/docTom Rondeau2011-10-091-0/+2
| | | |
| * | | docs: include the doc directory in gr-aduio.Tom Rondeau2011-10-091-1/+1
| | | |
| * | | docs: adding doc directory, Doxygen page, and README for audio package.Tom Rondeau2011-10-0917-2/+138
| | | |
* | | | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-087-80/+80
| | | |
* | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digitalJosh Blum2011-10-081-8/+8
|\| | |
| * | | Merge branch 'master' into nextTom Rondeau2011-10-061-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>
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-281-18/+0
|\| |
| * | Merge branch 'master' into nextJohnathan Corgan2011-09-271-18/+0
| |\|
| | * swig: language independent exception handlerJosh Blum2011-09-271-18/+0
| | |
* | | audio: may have to link CarbonJosh Blum2011-09-151-0/+1
| | |
* | | cmake: language tweak for component group descriptionJosh Blum2011-08-021-1/+1
| | |
* | | 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
|\ \ \