I not sure what is wrong with my sound. Basically, I allocate a channel and when it stops playing is is deallocated as follows:
I know that the StopChannel is being called but after enough channels are allocated you can no longer allocate additional channels because there is none available? What am I missing?
Print "Removing" StopChannel(pTChannel) g_TChannelList.Remove(pTChannel)
I know that the StopChannel is being called but after enough channels are allocated you can no longer allocate additional channels because there is none available? What am I missing?