English 中文(简体)
点斑流( 校准点) 的抽样率是多少?
原标题:what is the sample rate of spotify stream (libspotify)?
  • 时间:2012-05-25 20:25:57
  •  标签:
  • spotify

发现溪流的抽样率是多少?

在 libspotific 示例播放轨中的回调函数“ musle_ resulting ”, 从 libspotify 直接获取音频格式 。 音频解码数据是否已经是原始波数据了? 样本率44.1kHz/16bit 默认是44.1kHz/16bit 吗? libspotify 是否将原音频样本率转换为44.1KHz/16bit?

谢谢

最佳回答

您在 < code> musle_ endure 回调中的音频确实是原始PCM数据。该回调中给出的 < code> sp_ audioformat 结构描述了样本速率和位深度 。

音频格式可以根据播放的音轨而改变,以确保您的音频管道能够处理。

问题回答

暂无回答




相关问题
Spotify API get Related Artists

Is there a way to get a list of related artists through the spotify api. Like the small list that displays in the actual program? Would be very useful if so, but I am not so sure Cheers

Spotify Intent in android?

I would like to play a certain spotify playlist, anyone knows if there is any Spotify intent filter available? thanks!

Android - Running applications programmatically

Is there way to run programs like spotify when my phone connects spesific bt device. I have bt stereo on my car and I want my phone start play music from spotify.

No response from jQuery ajax call

I ve been struggling with this for way too long tonight, and I haven t found anything useful when searching for answers. It s probably very simple. I m trying to load data using the Spotify Metadata ...

热门标签