Dan Ardelean created CB-602:
-------------------------------

             Summary: Problem when disposing AudioPlayer object
                 Key: CB-602
                 URL: https://issues.apache.org/jira/browse/CB-602
             Project: Apache Callback
          Issue Type: Bug
          Components: WP7
            Reporter: Dan Ardelean
            Assignee: Jesse MacFadyen


The problem is inside AudioPlayer.cs method:
 public void Dispose()

    this.FinalizeXnaGameLoop();
should be inside 

if (this.recorder != null)
            {
                this.stopRecording();
                this.recorder = null;
            }

othewise on Audio play it will crash

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to