Skip to content

Commit

Permalink
Increase BaseTapDemo.swift buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCulbertson authored Oct 20, 2023
1 parent 027e20c commit 07e6ed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Conductor: ObservableObject {
init() {
mic = engine.input
outputMixer = Mixer(mic!)
myTap = CustomTap(mic!, bufferSize: 1024, callbackQueue: .main)
myTap = CustomTap(mic!, bufferSize: 4096, callbackQueue: .main)
silencer = Fader(outputMixer, gain: 0)
engine.output = silencer
do {
Expand Down

0 comments on commit 07e6ed3

Please sign in to comment.