Skip to content

Commit 8b7f81b

Browse files
committed
make SampleT default signed int16
1 parent e919fd0 commit 8b7f81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/sndx/audio/audiodata.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "../math/math.hpp"
1111

1212
namespace sndx::audio {
13-
template <class SampleT = uint16_t>
13+
template <class SampleT = int16_t>
1414
class AudioData {
1515
private:
1616
// interleaved

0 commit comments

Comments
 (0)