Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

目前音频格式只能支持aac和mp3,有办法能支持pcma音频吗? #189

Open
alun0829 opened this issue Apr 28, 2024 · 4 comments

Comments

@alun0829
Copy link

大神你好,查看源码时发现目前音频格式只能支持aac和mp3,有办法能支持pcma音频吗?
自己参考以前的flv.js加了个soundFormat === 7的分支,但是在收到pcma音频数据后,不知道应该如何处理,直接track.samples.push()不行。感觉是不是应该要先重采样成PCM音频?

大神有没有什么解决思路,非常感谢

@alun0829
Copy link
Author

发一个测试flv文件
Uploading 阿凡达_pcma.tar.gz…

@bosscheng
Copy link

fmp4标准是不支持pcma格式的。

@alun0829
Copy link
Author

fmp4标准是不支持pcma格式的。

大神您好,不支持pcma,但是pcm应该是可以的吧,我先转换成pcm,然后再播放是否可行?

@bosscheng
Copy link

@alun0829 不行,因为fmp4标准也不支持pcm,pcm 你可以通过audioContext进行播放。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants