pcm_channels: added 24 bit implementations
The 24 bit implementation is mostly copy'n'paste of the 16 bit version, except that the data type is int32_t instead of int16_t.
This commit is contained in:
@@ -27,4 +27,9 @@ pcm_convert_channels_16(int8_t dest_channels,
|
||||
int8_t src_channels, const int16_t *src,
|
||||
size_t src_size, size_t *dest_size_r);
|
||||
|
||||
const int32_t *
|
||||
pcm_convert_channels_24(int8_t dest_channels,
|
||||
int8_t src_channels, const int32_t *src,
|
||||
size_t src_size, size_t *dest_size_r);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user