JorenSix/Olaf

Small typos in README

ebezzam opened this issue · 1 comments

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:

  • "also"

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`.

  • fix code formatting

The audio_item can be:

  • 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

  • "coming"

Thanks for the pointers.

They have been fixed together with some more typo's after running a spell-checker on the text!