Skip to content

Instantly share code, notes, and snippets.

@Tsarpf
Created January 5, 2017 11:20
Embed
What would you like to do?
void FrequencyFinder::Start()
{
m_listenerThread = std::thread(&AudioListener::RecordAudioStream, m_listener, &m_sink, std::ref(m_finished));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment