We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e919fd0 commit 8b7f81bCopy full SHA for 8b7f81b
1 file changed
src/include/sndx/audio/audiodata.hpp
@@ -10,7 +10,7 @@
10
#include "../math/math.hpp"
11
12
namespace sndx::audio {
13
- template <class SampleT = uint16_t>
+ template <class SampleT = int16_t>
14
class AudioData {
15
private:
16
// interleaved
0 commit comments