Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
回调的输出music_delivery,当解释为小端序 16 位有符号整数 PCM 时,具有与对象中的音频样本相同的采样率 (44100Hz) 和通道数 (2) sp_audioformat,听起来可识别,但非常乱码,此外还有是随机的噪音爆发。
music_delivery
sp_audioformat
Spotify 是否使用与标准交错 PCM 不同的 PCM 格式?
我误解了回调frames文档上下文中的含义。music_delivery
frames
要找出传递回调中有多少样本可用,您必须将帧数乘以通道数。
现在听起来很棒!