aboutsummaryrefslogtreecommitdiffstats
path: root/gr-audio (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: osx: Replace boost::scoped_array with std::unique_ptr.Ryan Volz2021-12-101-2/+3
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* audio: pep8 formattingJosh Morman2021-11-2411-56/+70
* runtime: Custom Buffer/Accelerator Device Support - Milestone 2David Sorber2021-10-252-2/+2
* runtime: Custom Buffer/Accelerator Device Support - Milestone 1David Sorber2021-10-254-2/+6
* global: Replace stdio logging with loggerDavid Winter2021-10-212-110/+130
* examples: Repair all examples affected by commit 91e9ddf.Ron Economos2021-10-111-6/+6
* modules: include boost/format where usedMarcus Müller2021-09-0715-0/+16
* audio/jack: to_string is no longer part of boost:: NS, instead use std::Marcus Müller2021-08-232-2/+2
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* rebaseVolker Schroer2021-06-212-2/+2
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-1714-14/+0
* gr-audio: Check CreateEvent() for failureZackery Spytz2021-03-251-0/+4
* audio: reduce Windows audio priority to LOW, this prefers Portaudio on winMarcus Müller2021-03-151-1/+1
* removed ssize_t, which is not standard C, and we're a C++ projectMarcus Müller2021-02-232-2/+2
* portaudio: fix unintentionally synchronous std::asyncMarcus Müller2021-02-091-1/+1
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-1911-13/+13
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-181-3/+3
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-181-3/+3
* gr-audio: revise alsa default nperiodsduggabe2020-12-172-2/+2
* gr-audio: revise nperiods in gr-audio-alsa.confduggabe2020-12-171-1/+1
* gr-audio: revise nperiods in gr-audio-alsa.confduggabe2020-12-171-1/+1
* build: Remove clang unused variable warnings.Ron Economos2020-12-071-3/+2
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-038-22/+22
* Remove gru.daemonize and dial_tone_daemon exampleClayton Smith2020-10-302-47/+0
* Fix examples that use wavfile_sinkClayton Smith2020-10-301-1/+2
* audio: lib: windows: Add <cctype> header for std::isdigit.Ryan Volz2020-10-292-0/+2
* Remove gcd, lcm, and log2 from gru moduleClayton Smith2020-10-291-3/+4
* audio: fix Windows loggingjapm482020-10-202-29/+40
* audio: fix lcm calculationClayton Smith2020-10-201-2/+2
* gr-audio: osx: Fix compilation.Ryan Volz2020-10-021-5/+5
* audio/alsa: Remove manual memory managementThomas Habets2020-09-225-142/+171
* gr-audio: Remove CMake warning.Ron Economos2020-09-111-1/+1
* add an option to enable/disable examplesGwenhael Goavec-Merou2020-09-021-3/+5
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0312-16/+0
* pybind: add hash check to binding file creation (#3472)mormj2020-06-043-3/+19
* audio: add pybind11 bindingsJosh Morman2020-06-048-5/+197
* pybind: removal of swig componentsJosh Morman2020-06-043-62/+0
* audio: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-1315-317/+405
* replace boost endian check with cmakejapm482020-04-061-2/+1
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-015-7/+7
* Replace BOOST_FOREACH with C++11 range forThomas Habets2020-03-271-3/+2
* Change assert to static_assert, where possibleThomas Habets2020-03-201-1/+2
* Update license header to SPDX formatdevnulling2020-01-2764-832/+64
* alsa_sink: fix always true checkValerii Zapodovnikov2020-01-181-1/+1
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-042-2/+2
* gr-audio/portaudio_source: Fix lock acquisitionThomas Habets2020-01-021-1/+1
* Remove newlines from exception messagesThomas Habets2020-01-011-4/+4
* delete unused variablesBastian Bloessl2019-09-054-4/+0
* clang-format: Ordering all the includesMarcus Müller2019-08-0924-46/+46