mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-23 15:02:08 +01:00
Update coding.h
This commit is contained in:
parent
2e9ce7cd45
commit
808e401f8a
@ -94,6 +94,7 @@ void decode_alaw(VGMSTREAMCHANNEL* stream, sample_t* outbuf, int channelspacing,
|
|||||||
void decode_pcmfloat(VGMSTREAMCHANNEL* stream, sample_t* outbuf, int channelspacing, int32_t first_sample, int32_t samples_to_do, int big_endian);
|
void decode_pcmfloat(VGMSTREAMCHANNEL* stream, sample_t* outbuf, int channelspacing, int32_t first_sample, int32_t samples_to_do, int big_endian);
|
||||||
void decode_pcm24le(VGMSTREAMCHANNEL* stream, sample_t* outbuf, int channelspacing, int32_t first_sample, int32_t samples_to_do);
|
void decode_pcm24le(VGMSTREAMCHANNEL* stream, sample_t* outbuf, int channelspacing, int32_t first_sample, int32_t samples_to_do);
|
||||||
int32_t pcm_bytes_to_samples(size_t bytes, int channels, int bits_per_sample);
|
int32_t pcm_bytes_to_samples(size_t bytes, int channels, int bits_per_sample);
|
||||||
|
int32_t pcm24_bytes_to_samples(size_t bytes, int channels);
|
||||||
int32_t pcm16_bytes_to_samples(size_t bytes, int channels);
|
int32_t pcm16_bytes_to_samples(size_t bytes, int channels);
|
||||||
int32_t pcm8_bytes_to_samples(size_t bytes, int channels);
|
int32_t pcm8_bytes_to_samples(size_t bytes, int channels);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user