Skip to content

Instantly share code, notes, and snippets.

@Tsarpf
Created January 5, 2017 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tsarpf/7de21f1244c1de6f841ddbe41c30c2f0 to your computer and use it in GitHub Desktop.
Save Tsarpf/7de21f1244c1de6f841ddbe41c30c2f0 to your computer and use it in GitHub Desktop.
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