What does playwav() do? How does it work? If it is the code you posted at the beginning then your application crashes most likely because it runs out of stack. You are spawning an event processing loop which will trigger the next key to be processed which will trigger another event processing loop, etc. You have to correct this code to use signals and slots properly.





Reply With Quote

Bookmarks