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.
我正在使用 alsa 库读取声音值。但是这个值没有标准化。我们可以用这个库读取规范化值吗?我用 116bit little endian snd_pcm_readi(capture_handle,buffer,frame));
您可以通过将设备配置为样本格式(如SND_PCM_FORMAT_FLOAT.
SND_PCM_FORMAT_FLOAT
I currently have a PCL library that incorporates a factory something like this (names changed to protect the innocent):
public abstract class ThingFactory : ITh