tahoma2d/toonz/sources/sound/tsioutils.h

10 lines
182 B
C
Raw Normal View History

#pragma once
#ifndef TSIOUTILS_INCLUDED
#define TSIOUTILS_INCLUDED
void swapAndCopySamples(short *srcBuffer, short *dstBuffer,
TINT32 sampleCount);
#endif