sound-example icon indicating copy to clipboard operation
sound-example copied to clipboard

:musical_note: Cross platform audio with Portaudio + libsndfile in c++

Results 4 sound-example issues
Sort by recently updated
recently updated
newest added

Your CMakeList currently doesn't build the external_projects before your target, which causes some problems with building your project. Maybe adding a line such as `add_dependencies(${PROJECT_NAME} project_portaudio project_libsndfile) ` would help?

StreamHandler.cpp @ line 23 creates a new array, which is never deleted. add `delete outputBuffer;` when the outer while loop ends. other than that, super cool example, easy to understand...

Nice example! Very useful. But we no longer use SVN. All current development is in the Git repo. There has been a lot more activity in PortAudio since we switched...

Hello, is there a way to make it work with the wsl? now I am stuck on the `D:\sound-example\lib\libsndfile\src\project_libsndfile\configure' is not recognized as an internal or external command, operable program...