streaming stereo status, fixes: #74

This commit is contained in:
Dave Griffiths
2022-12-05 09:16:05 +00:00
parent edf2071467
commit 13ee3ed817
4 changed files with 43 additions and 28 deletions

View File

@ -54,13 +54,16 @@ namespace spiralcore {
brain m_source, m_left_target, m_right_target;
private:
OSC_server m_osc;
void stream_session(std::ios &fs);
OSC_server m_osc;
u32 m_source_block_size;
float m_source_overlap;
u32 m_target_block_size;
float m_target_overlap;
window::type m_window_type;
window::type m_target_window_type;
bool m_stereo;
pthread_t *m_thread;
// only use in mutex obvs...