简体   繁体   English

Android将.cpm附加到mp4

[英]Android attaching .cpm to mp4

in my android karaoke app I have a raw pcm data which is the voice of the singer and the mp4 file (music + the audio). 在我的android卡拉OK应用中,我有一个原始的pcm数据,它是歌手的声音和mp4文件(音乐+音频)。 Is there a way of attaching the .pcm to the mp4 as well ? 有没有办法将.pcm附加到mp4? so there will be video music and singer's voice ? 那么会有视频音乐和歌手的声音吗? even mp3 will be fine (just music and singer's voice) 甚至mp3都可以(只是音乐和歌手的声音)

thanks a lot 非常感谢

I believe what you need to do is open a second audio stream for the PCM data, and play it simultaneously with the mp4 file. 我相信您需要做的是为PCM数据打开第二个音频流,并与mp4文件同时播放。 This will likely require some thread programming. 这可能需要一些线程编程。 I've done this myself and am happy to offer help. 我自己完成了此操作,很高兴提供帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM