-
Notifications
You must be signed in to change notification settings - Fork 1
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
failed to create AudioBackend #9
Comments
Let's try the following:
If this is False, perhaps Nsound didn't detect port audio. When compiling, check that you see:
So the two lines that should say yes are
If not, make sure you have the package |
User sent email with: I still continue to have problems...
And I am sure that the installation was good because:
|
I see that you're building from the source archive, so let's do the following:
And you will see this output:
where the two most important line for audio play back is:
If it says no, we can look at the
Then search the logfile for portaudio. You should start to find the gory details when you see the line:
It's trying to detect the
Okay, if it finds the header, then the next section is where it actually links with libportaudio and logs a list of devices to
I suspect you see a compiler or link error. This is where we'll get clues as to why it's not working. Please attach/send me the |
Hi!
I run
So, i tried to run the example:
I don't have any idea to how continue! Anna |
No problem at all. The output looks good, that the library is present, so lets make sure audio works on your computer.
|
A user sent email with the following issue:
I'm getting start to use Nsound(I installed it this morning). I am trying to run the example 1, but I have always the same problem:
I am using ubunut 15.10 and I have installed all the pre-requirements.
The text was updated successfully, but these errors were encountered: