Replies: 2 comments 3 replies
-
Line 54 in af1e05c I see so while I haven't actually thought about the changing audio buffer state in a host myself, i read that as in your case, when the audio thread goes away, you don't call am i misreading the spec or misunderstanding your problem? |
Beta Was this translation helpful? Give feedback.
-
Also, a host can have multiple audio threads, and in a non-realtime host the main thread can also be an audio thread. The audio thread precondition is more related to realtime safety than anything else. If you implement the |
Beta Was this translation helpful? Give feedback.
-
I am having this problem. The plug-in must be deactivated from the audio thread. This is fine for all circumstances except when the host is connected to external audio (say Bluetooth Speaker) and the machine is put to sleep (or possibly unplugged). Under windows in this circumstance it is likely the audio device will be detached completely from the system and no further audio callbacks will be made since the audio device is now gone. How is the host to tell the plug-in to deactivate when there is no longer an audio thread?
Beta Was this translation helpful? Give feedback.
All reactions