PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.37k stars 286 forks source link

When I use PortAudio with Java Native Method. Java can't Exit #905

Closed syntaro closed 2 months ago

syntaro commented 2 months ago

When I use PortAudio with Java Native Method. Java can't Exit. I can't see how to fix it.

My code for PortAudio is following.

https://github.com/syntaro/javamidimixer/blob/main/MXLIB02/MXVSTStream.cpp

Pa_CloseStream called. but probably I can't quit thread.

Environment Windows 10 64 bit Arturia Minifuse 2

syntaro commented 2 months ago

I did mistake.

It was a misunderstanding