音频记录:每个样本的位数

发布于 2024-11-09 12:30:58 字数 291 浏览 0 评论 0原文

AudioRecord 有方法获取 byte[]、short[] 形式的数据和字节缓冲区。

我在文档中看不到任何说明每个样本使用了多少位的信息。

可以8位录音吗? 16 位?更多的? (这是如何确定/设置的?)

返回 byte[]/ByteBuffer 的方法可以用于 16 位样本吗?如何区分最高有效字节/最低有效字节?

AudioRecord has methods to get the data as byte[], short[] and ByteBuffer.

I can't see anything in the documentation which says how many bits per sample are used.

Can it record in 8 bits? 16 bits? More? (How is this determined/set?)

Can the method which returns byte[]/ByteBuffer be used for 16 bit samples, and how would the most significant byte / least significant byte be differentated?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

別甾虛僞 2024-11-16 12:30:58

大概这就是 getAudioFormat() 告诉你...

Presumably this is what getAudioFormat() tells you...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文