ohaudio-sys 0.1.0

Raw Bindings to the audio module of OpenHarmony
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# ohaudio-sys

Rust bindings for the audio module of OpenHarmony.
This crate should only be used on OpenHarmony (`target_env = "ohos"`).
The official C-API documentation is available at the OpenHarmony docs site.

[OHAudio API reference]: https://docs.openharmony.cn/pages/v5.0/en/application-dev/reference/apis-audio-kit/native__audio__common_8h.md

## License

These bindings are licensed under the [Apache 2.0](./LICENSE) license, matching
OpenHarmony.