Tao.Sdl SDK Documentation

Sdl.SDL_AudioSpec.freq Field

Audio frequency in samples per second

[Visual Basic]
Public freq As Integer
[C#]
public int freq;

Remarks

The number of samples sent to the sound device every second. Common values are 11025, 22050 and 44100. The higher the better.

See Also

Sdl.SDL_AudioSpec Class | Tao.Sdl Namespace