Use thread to record and playback wave files without blocking

This commit is contained in:
Andreas Eversberg
2017-02-25 06:29:09 +01:00
parent f689244f98
commit 04fd1ddcea
5 changed files with 245 additions and 44 deletions

View File

@@ -24,8 +24,10 @@ dnl Checks for typedefs, structures and compiler characteristics
AC_CANONICAL_HOST
PKG_CHECK_MODULES(ALSA, alsa >= 1.0)
AC_CHECK_LIB([m], [main])
AC_CHECK_LIB([pthread], [main])
PKG_CHECK_MODULES(ALSA, alsa >= 1.0)
with_sdr=no
AC_ARG_WITH([uhd], [AS_HELP_STRING([--with-uhd], [compile with UHD driver @<:@default=check@:>@]) ], [], [with_uhd="check"])