Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to play the song #7

Open
arunpratap opened this issue Oct 24, 2013 · 1 comment
Open

Not able to play the song #7

arunpratap opened this issue Oct 24, 2013 · 1 comment

Comments

@arunpratap
Copy link

For some songs i am not able to play. Getting one error message if i pass the error in this method - (Sound *)initWithContentsOfURL:(NSURL *)URL. and the error is " Error Domain=NSOSStatusErrorDomain Code=1685348671 "The operation couldn’t be completed. (OSStatus error 1685348671.)"". I am using MAC osx 10.7 and X-code 4.6.3. and the same project is working fine in MAC OSX 10.8.

@arunpratap
Copy link
Author

SoundManager is not working in 10.7.5 for some songs. In SoundManager.h file, if i change the condition
#if __MAC_OS_X_VERSION_MIN_REQUIRED > __MAC_10_6
to
#if __MAC_OS_X_VERSION_MIN_REQUIRED > __MAC_10_7
its working, but if the user use slider its not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants