Skip to content

Commit 1ac269f

Browse files
committed
MemoryStream empty constructor
1 parent 8c3dbf5 commit 1ac269f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AudioTools/CoreAudio/AudioStreams.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ class ModifyingStream : public AudioStream {
8383
*/
8484
class MemoryStream : public AudioStream {
8585
public:
86+
// Default constructor
87+
MemoryStream() = default;
8688
/// Constructor for alloction in RAM
8789
MemoryStream(int buffer_size, MemoryType memoryType) {
8890
LOGD("MemoryStream: %d", buffer_size);

0 commit comments

Comments
 (0)