Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hertz-Lab
Research
Intelligent Museum
Language Identifier
Commits
ec397ec2
Commit
ec397ec2
authored
Sep 07, 2021
by
pbethge
Browse files
some logging
parent
81b97b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofApp.cpp
View file @
ec397ec2
...
...
@@ -36,6 +36,9 @@ void ofApp::setup() {
numBuffers
=
sampleRate
*
inputSeconds
/
bufferSize
;
previousBuffers
.
setMaxLen
(
numPreviousBuffers
);
sampleBuffers
.
setMaxLen
(
numBuffers
);
ofLogVerbose
(
PACKAGE
)
<<
"Looking "
<<
std
::
to_string
(
numPreviousBuffers
)
<<
" into the past"
<<
" and recording a total of "
<<
std
::
to_string
(
numBuffers
)
<<
" buffers"
<<
" each with "
<<
std
::
to_string
(
bufferSize
)
<<
" samples"
;
// apply settings to soundStream
ofSoundStreamSettings
settings
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment