¡@

Home 

c# Programming Glossary: samplerate

Creating sine or square wave in C#

http://stackoverflow.com/questions/203890/creating-sine-or-square-wave-in-c-sharp

and with 16 bit samples that is not floating point int sampleRate 8000 short buffer new short 8000 double amplitude 0.25 short.MaxValue..

Real low level sound generation in C#?

http://stackoverflow.com/questions/3743591/real-low-level-sound-generation-in-c

ConvertSamplesToWavFileFormat short left short right int sampleRate Debug.Assert left.Length right.Length const int channelCount.. wav b channelCount wav b 0 Number of channels wav b byte sampleRate & 0xff wav b byte sampleRate 8 & 0xff wav b byte sampleRate.. Number of channels wav b byte sampleRate & 0xff wav b byte sampleRate 8 & 0xff wav b byte sampleRate 16 & 0xff wav b byte sampleRate..