检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Audio/Video Upload Overview Local Upload Pull from URLs
Recording an Audio on a Mobile Phone Perform operations based on the mobile phone type: Operations on iPhone Operations on Android Operations on iPhone Easy Voice Recorder is recommended for recording on iPhone. See Table 1. Table 1 Audio recording requirements Audio Recording Description
Downloading the Audio Recording Guide Click Voice Recording Guide.pdf to download the file of Recording an Audio of a Human. Parent topic: Voice Modeling
Enabling or Disabling Audio Streams Function This API is used to enable or disable audio streams. Function Prototype setAudioRawDataOutputConfig(audioRawDataConfigInfo: AudioRawDataConfigInfo, onSetAudioRawDataOutputConfigResult?: (ret: SDKERR, reason: string) => void): voidsetAudioRawDataOutputConfig
Audio Data Stream Notification Notification Description A notification is sent when an audio data stream is sent. Method Definition - (void)onAudioFrameDataNotify:(HWMAudioFrameDataModel *)pFrame; Sample Code - (void)onAudioFrameDataNotify:(HWMAudioFrameDataModel *)pFrame{ NSLog
Obtaining Audio Data Streams setAudioRawDataOutputConfig API Description This API is used to obtain audio data streams. Precautions If this API is called and the parameter is set to YES, the service processing result is returned in the corresponding notification (Audio Data Stream
Controlling Audio and Video Devices AVDeviceCtrl API Description This API is used to control local microphones, speakers, and cameras. Precautions This API is an asynchronous API. The return value only indicates whether the API is successfully called. The actual service processing
Obtaining Audio Data Streams API Description This API is used to obtain the audio data streams after audio mixing of each venue in a meeting. Only 32-bit libraries are supported. Precautions This API is an asynchronous API. The return value of the callback function only indicates
Audio and Video Data Streams Obtaining Audio Data Streams Parent topic: API Reference
Audio and Video Data Streams Enabling Third-Party Video Streaming Configuring Video Mirroring of Third-Party Streaming Pushing Video Streams Using a Third Party Parent topic: API Reference
Audio and Video Data Streams Obtaining Audio Data Streams Parent topic: APIs
Audio Dataset Processing Operators The platform supports the processing of audio datasets. For details about the audio processing operator capabilities, see Table 1. Table 1 Audio dataset processing operator capabilities Category Operator Name Operator Description Data conversion
Format Requirements for Audio Datasets ModelArts Studio supports the creation of audio datasets. During the creation, you can import data in various formats. Table 1 lists the format requirements. Table 1 Format requirements for audio datasets File Content File Format Requirement
Querying an Audio Moderation Job Function This API is used to query the processing status and result of an audio review job and return the recognition result to you. URI GET /v3/{project_id}/moderation/audio/jobs/{job_id} Table 1 Path parameters Parameter Mandatory Type Description
Creating an Audio Moderation Job Function This API is used to create an audio moderation job. After the job is created, the job ID is returned. URI POST /v3/{project_id}/moderation/audio/jobs Table 1 Path parameters Parameter Mandatory Type Description project_id Yes String Project
Switching Between Audio and Video Calls Identifier AgentEvent_MediaSwith Function In the scenario where an audio call is switched to a video call, the agent invokes the audio and video switchover interface and sets the media type to video. After the interface is successfully invoked
Is Audio and Video Review Charged? The audio and video review function is free of charge. However, video screenshots are generated during the review. The system marks the screenshots that contain inappropriate content for manual review, and you will be charged for video screenshots
Audio and Video Device Status Notification Notification Description A notification is sent when the status of the microphone, speaker, or camera in the meeting changes. Method Definition 1 virtual void OnAVDeviceCtrlStateChanged(HwmDeviceType deviceType, bool isOpen) {}; Precautions
Creating an Audio Stream Moderation Job Function This API is used to create an audio stream moderation job. After the job is created, the job ID is returned. You are advised to record the job_id corresponding to each URL after creating a moderation job so that you can close the moderation
Stopping an Audio Stream Moderation Job Function This API is used to stop an audio stream moderation job. URI POST /v3/{project_id}/moderation/audio-stream/jobs/stop/{job_id} Table 1 Path parameters Parameter Mandatory Type Description project_id Yes String Project ID. For details