Related to openjournals/joss-reviews#5459
|
The tests check __wether Olaf works__.The evaluation verifies __how well__ Olaf works. The benchmark checks __how fast__ Olaf works and how it deals with scalability. |
- "whether"
- "...works. The..."
|
Zig allso supports WebAssembly as a target platform as an alterative to Emscripten. The @zig.build@ file includes a conditional to build the memory db for WASM. To get a WASM binary call the following: |
|
Less interesting are the unit tests, these are mainly of interest for developing Olaf. The unit test can be compiled with `make test` and ran with `./bin/olaf_tests`. |
- add code formatting here and fix formatting in the list below
|
To query audio comming from the microphone there is the @olaf microphone@ command. It uses ffmpeg to access the default microphone. See "the ffmpeg input devices docs for your platform:" http://www.ffmpeg.org/ffmpeg-devices.html#Input-Devices |