Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18697362 authored by Phil Burk's avatar Phil Burk Committed by Gerrit Code Review
Browse files

Merge changes I921c81db,If2a22882,Ide7e7642,I5593cd1a,I923e6043, ...

* changes:
  aaudio_loopback: rectify and low pass filter
  aaudio examples: make tests portable to O
  aaudio test: fix looping multiple times using -l
  aaudio_loopback: improve tolerance to noise
  aaudio: add callback size options to examples
  aaudio_loopback: do not set buffer capacity by default
parents 19a18612 73c0d52c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libaaudio"],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}

cc_test {
@@ -14,4 +15,5 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libaaudio"],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}
+1 −0
Original line number Diff line number Diff line
@@ -9,4 +9,5 @@ cc_test {
        "libaudioutils",
        ],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}
Loading