Bug 1530715 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Running tests in [cubeb][0]:

1. Build cubeb by the [instructions][1]
2. git clone [cubeb-coreaudio-rs][2] under *cubeb/src*
3. Apply this patch in [cubeb][0]
    - it adds build configurations in *CMakeLists.txt*
    - and a *c-to-rust* interface in *cubeb.c*
4. Goto *cubeb-build* and run
    - `$ make clean`
    - `$ cmake --build .`
    - `$ ctest`

[0]: https://github.com/kinetiknz/cubeb
[1]: https://github.com/kinetiknz/cubeb/blob/master/INSTALL.md
[2]: https://github.com/ChunMinChang/cubeb-coreaudio-rs

Back to Bug 1530715 Comment 1