Class: AxPCMFormat

AxPCMFormat(sampleSizeInBytes, frequency, channelsCount)

new AxPCMFormat(sampleSizeInBytes, frequency, channelsCount)

Represents the format of a Pulse-Code Modulation (PCM) sound
Parameters:
Name Type Description
sampleSizeInBytes Integer The size in bytes of a sample. This is 1 for 8-bit sound, 2 for 16-bit sound and so on
frequency Integer description The frequency of the sound in Hz
channelsCount Integer description The number of channels of the sound
Source:

Documentation generated by JSDoc 3.5.3 on Mon Feb 19 2018 20:39:27 GMT+0200 (FLE Standard Time)