问题描述
我正在使用Win8 Metro应用程序。我的应用程序使用源阅读器来处理媒体文件。
I am working on Win8 Metro app. And my app used source reader to process media file.
出于某些原因,我需要进行音频重新采样。
For some reasons, I need to do audio re-sampling.
我查看源代码读者指南和此MSDN链接说:
I check the source reader guideline and this MSDN link says:
源阅读器不支持音频重采样。如果您需要重新采样音频,可以使用音频重采样器DSP。
The source reader does not support audio resampling. If you need to resample the audio, you can use the Audio Resampler DSP.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd374667(v = vs.85)的.aspx
但这很奇怪,我设置了一个理想的音频采样率,这个采样率与源音频不同。
But it's very weird, I set it a desired audio sample rate and this sample rate is different with the source audio.
它工作正常。我从源阅读器获取音频PCM数据进行编码,输出音频听起来不错。
It works fine. I take the audio PCM data from source reader to encode and the output audio sounds good.
我可以知道这只是Win8或其他东西的源阅读器功能吗?
May I know is this a source reader feature only for Win8 or something else?
谢谢。
推荐答案
这篇关于这很奇怪。我为Source Reader设置了一个理想的音频采样率,它工作得很好......的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!