Loading lib_rend/lib_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ typedef struct float gain; /* Linear, not in dB */ rendering_context ctx; int32_t numNewSamplesPerChannel; /* Used to keep track how much new audio was fed before rendering current frame */ int32_t delayNumSamples; int16_t delayNumSamples; } input_base; typedef struct Loading Loading
lib_rend/lib_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ typedef struct float gain; /* Linear, not in dB */ rendering_context ctx; int32_t numNewSamplesPerChannel; /* Used to keep track how much new audio was fed before rendering current frame */ int32_t delayNumSamples; int16_t delayNumSamples; } input_base; typedef struct Loading