Documentation
¶
Overview ¶
E2E test for ndk idiomatic Go packages on Android. Exercises EVERY NDK package through the generated idiomatic Go bindings.
Build:
CGO_ENABLED=1 GOOS=android GOARCH=amd64 \ CC=$NDK/.../x86_64-linux-android35-clang \ go build -o e2e/e2e_test ./e2e
Run:
adb push e2e_test /data/local/tmp/ && adb shell /data/local/tmp/e2e_test
Directories
¶
| Path | Synopsis |
|---|---|
|
Audio injector: streams a sine wave to the Android emulator's virtual microphone via the gRPC injectAudio API.
|
Audio injector: streams a sine wave to the Android emulator's virtual microphone via the gRPC injectAudio API. |
|
E2E test: exercises the full AAudio input stream lifecycle at 48 kHz.
|
E2E test: exercises the full AAudio input stream lifecycle at 48 kHz. |
Click to show internal directories.
Click to hide internal directories.