enum RemiAudio::Drivers::PortAudio::SampleFormat

Defined in:

remiaudio/drivers/port-bindings.cr

Enum Members

Float32 = 1_u64
Int32 = 2_u64
Int24 = 4_u64
Int16 = 8_u64
Int8 = 16_u64
UInt8 = 32_u64
None = 0_u64
All = 63_u64

Instance Method Summary

Instance Method Detail

def float32? #

[View source]
def int16? #

[View source]
def int24? #

[View source]
def int32? #

[View source]
def int8? #

[View source]
def none? #

[View source]
def sampleSize : Int #

Retrieves the size of a single sample for this SampleFormat.


[View source]
def u_int8? #

[View source]