hms-audio-editor-demo icon indicating copy to clipboard operation
hms-audio-editor-demo copied to clipboard

HUAWEI Audio Kit provides a wide range of audio editing capabilities, including auido import/export/editing/extracting and format conversion. This sample code describes how to integrate the Audio Edit...

Results 13 hms-audio-editor-demo issues
Sort by recently updated
recently updated
newest added

音频编辑ui做的很好,但是开发者希望进行细微的调整无法做到,从头开发又太麻烦。希望UI部分的SDK能开源供大家学习。或者不开源提高可定制能力也行

com.huawei.hms:audio-editor-ui:1.8.0.301 and all versions after that have an adware attached. ``` implementation('com.huawei.hms:audio-editor-ui:1.8.0.301') implementation('com.huawei.hms:audio-editor-ui:1.9.0.300') implementation('com.huawei.hms:audio-editor-ui:1.11.0.300') ``` Safe version, `implementation('com.huawei.hms:audio-editor-ui:1.7.0.301')` @Mike-mei @Xuejiao-Shi @xuxiapu

你好,请问一下我想在录制视频的时候把人声部分加入变声功能处理,通过AudioRecord获取到PCM数据后通过HAEChangeVoiceStreamCommon.applyPcmData(pcmBytes)对PCM数据进行变声处理,接着通过Mediacodec转成AAC格式数据,通过MediaMuxer把音频数据和视频流写到文件上去,但是这样处理之后音频提速了,出现音画不同步的问题,有办法能处理吗?

Hello, I am using the HAELocalAudioSeparationFile api, but I noticed that, like the HAESpaceRenderFile api, a data download process is carried out, but in the HAELocalAudioSeparationFile api it does not...

![image](https://user-images.githubusercontent.com/16568417/210975442-d40e3942-1789-452d-bba8-439c584ec3f0.png) 1,不知道我写的对不对。但是思路应该是这样的。 2,exoplayer播放器每次回调的数据观测是 0.1s的pcm 采样数据。比如采样率44100 双通道wav文件。inputByteBuffer会返回 长度 44100*16*2/8/10 = 17640 长度的字节数组,约17.22kb。demo里的min bytes 是7056,是44100*16*2/8 的 1/25 等于 0.04s的音频帧字节数据。那么exoplayer 这里使用api haeEqualizerStream.applyPcmData(pcmData) , 是不是不正确? 3,想知道haeEqualizerStream.applyPcmData(pcmData) 。这个api处理pcm数据是有对应的根据的吗? 4,如果我的理解错误请大佬解惑下~~~

Hi everyone, in the demo/basic functions application sometimes when importing the same song twice, at the moment when "latchCountdown.await();" is called. It doesn't go to the next line of code,...

02-21 10:50:01.799 14073-14318/com.huawei.hms.audioeditor.demo E/OMXMaster: A component of name 'OMX.qcom.audio.decoder.aac' already exists, ignoring this one. 02-21 10:50:01.799 14073-14318/com.huawei.hms.audioeditor.demo E/ACodec: onConfigureComponent mime.c_str() = audio/raw 02-21 10:50:01.799 14073-14321/com.huawei.hms.audioeditor.demo E/OMXMaster: A component of name...

选择一个音频文件进入音频编辑界面,点击空白处取消音频选中状态,点击音频【+1db】/ 【1x +1】的位置

1.选中静音/独奏的音频,往下拖拽一行后,静音/独奏图标置灰,但效果保持,网上拖拽回原位置后,图标重新亮起。 2.选中静音/独奏的音频,往下拖拽使独奏图标置灰后,点击独奏使其亮起,再次点击取消独奏,两条音频都置灰,音频无法正常播放。