Skip to content

Commit 325aa40

Browse files
committed
buffer_size and buffer_count for AudioKitConfig
1 parent b03ccb5 commit 325aa40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AudioLibs/AudioKit.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ friend class AudioKitStream;
4242
result.fmt = toFormat();
4343
result.sample_rate = toSampleRate();
4444
result.bits_per_sample = toBits();
45+
result.buffer_size = buffer_size;
46+
result.buffer_count = buffer_count;
4547
#if AUDIOKIT_SETUP_SD
4648
result.sd_active = sd_active;
4749
#else

0 commit comments

Comments
 (0)