Mercurial > hg > beaglert
diff core/RTAudioCommandLine.cpp @ 178:a156a694864d
-p flag now indicates the buffer size in audio samples. Closes #1520
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sat, 02 Jan 2016 13:08:39 +0100 |
parents | e63563507edd |
children | 1fd334f64f0a |
line wrap: on
line diff
--- a/core/RTAudioCommandLine.cpp Mon Dec 28 17:50:51 2015 +0100 +++ b/core/RTAudioCommandLine.cpp Sat Jan 02 13:08:39 2016 +0100 @@ -48,7 +48,7 @@ void BeagleRT_defaultSettings(BeagleRTInitSettings *settings) { // Set default values for settings - settings->periodSize = 8; + settings->periodSize = 16; settings->useAnalog = 1; settings->useDigital = 1; settings->numAnalogChannels = 8;