更改黑莓中的音频文件
我的黑莓手机上保存了一些不同类型的音频文件(.mp3、.amr),我想更改它们。我想让音乐或录制的声音听起来不同。
我可以做什么来改变音频?也许将文件作为字节流获取并逐字节更改它们?是否可以?还有其他建议吗?
I have some audio files of different types -- .mp3, .amr -- saved on my BlackBerry and I want to alter them. I want to make the music or voice recorded sound different.
What can I do to change the audio? Maybe get the file as a stream of bytes and change them byte by byte? Is it possible? Any other suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的意思是通过混合不同的媒体文件进行更改,那么您可以使用以下代码。仅当您的设备支持混音时,才会播放第二个声音文件。第一个文件是主声音文件。第二个通常是持续时间较短的音效文件。
注意:- 以上示例不会更改任何文件。只需混合多个声音文件即可。
If you mean alter by mixing different media files then you can take the following code. Second sond file will play only if your device support mixing. First file is the main sound file. Second one is usually a small duration sound effect file.
NOTE:- Above sample will not alter any file. Just mix multiple sound file.
没有找到这样的 API。也许可以移植其他 j2me 平台的某些东西,但对于 bb 来说,这样的框架当前不可用。
No such APIs were found. Maybe something from other j2me platforms could be ported but for bb such framework is not currently available.