audio_streamer_ohos

Last updated:

0 purchases

audio_streamer_ohos Image
audio_streamer_ohos Images
Add to Cart

Description:

audio streamer ohos

audio_streamer_ohos #

Streaming of Pulse-code modulation (PCM) audio from OpenHarmony
The OpenHarmony implementation of the audio_streamer
audio_streamer 在 OpenHarmony 平台上的实现
Usage (使用方法) #
dependencies:
audio_streamer: 4.1.1
audio_streamer_ohos: 0.0.2
copied to clipboard
refer to audio_streamer for more details
更多细节请参考 audio_streamer
Permissions (权限) #
Add ohos.permission.MICROPHONE to your OpenHarmony project's module.json file.
在 OpenHarmony 项目的 module.json 文件中添加 ohos.permission.MICROPHONE 权限
{
"module": {
"requestPermissions": [
{
"name": "ohos.permission.MICROPHONE",
"reason": "Microphone permission is required to record audio."
}
]
}
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.