summaryrefslogtreecommitdiff
path: root/gr-audio/include
Commit message (Collapse)AuthorAgeFilesLines
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-134-16/+16
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-29/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: added python doxygen docs to gr-audio.Tom Rondeau2011-11-272-12/+22
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-112-0/+26
|\ | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * docs: adding doc directory, Doxygen page, and README for audio package.Tom Rondeau2011-10-092-0/+26
| |
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-1/+1
| |
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+29
|/
* audio: filled in the GR_AUDIO_API macro (since we now have gruel/attributes.h)Josh Blum2011-04-241-2/+4
|
* audio: cleanup audio source/sink with virtual inheritanceJosh Blum2011-03-282-16/+2
| | | | | The audio implementations now inherit from sync block (as they used to). And the redundant constructor in audio source/sink has been removed.
* audio: work on swig support, it importsJosh Blum2011-03-092-8/+8
|
* audio: work to get alsa support in, lets see if this works before adding moreJosh Blum2011-03-092-0/+10
|
* audio: added audio factory registry and top level includesJosh Blum2011-03-094-0/+118
|
* audio: skeleton for gr-audio componentJosh Blum2011-03-082-0/+24