mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-24 08:56:42 -05:00
10 lines
239 B
C
10 lines
239 B
C
|
|
#include "sconv-s16be.h"
|
||
|
|
|
||
|
|
#define INT16_FROM INT16_FROM_BE
|
||
|
|
#define INT16_TO INT16_TO_BE
|
||
|
|
|
||
|
|
#define pa_sconv_s16le_to_float32 pa_sconv_s16be_to_float32
|
||
|
|
#define pa_sconv_s16le_from_float32 pa_sconv_s16be_from_float32
|
||
|
|
|
||
|
|
#include "sconv-s16le.c"
|