Skip to content

Commit c87ef8c

Browse files
committed
AudioKit begin()
1 parent 3f250ea commit c87ef8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/AudioLibs/AudioKit.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ class AudioKitStream : public AudioStreamX {
212212
is_started = true;
213213
}
214214

215+
// restart after end with initial parameters
216+
void begin(){
217+
begin(cfg);
218+
}
219+
215220
/// Stops the processing
216221
void end() {
217222
TRACED();

0 commit comments

Comments
 (0)