mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-07 08:49:57 +01:00
10 lines
97 B
C#
10 lines
97 B
C#
|
|
namespace SDRSharp.WavRecorder
|
||
|
|
{
|
||
|
|
public enum WavSampleFormat
|
||
|
|
{
|
||
|
|
PCM8,
|
||
|
|
PCM16,
|
||
|
|
Float32
|
||
|
|
}
|
||
|
|
}
|