Git Product home page Git Product logo

Comments (4)

soegaard avatar soegaard commented on July 26, 2024

The user below on StackOverflow had a similar problem with PortAudio on Windows.

It seems the portaudio library were distributed in a version where Pa_GetVersionInfo wasn't exported.
I think, the suggested solution requires to recompile the libary.

I suggest finding a newer version of portaudio.dll and replace the one currently on your system.
[Or if you can't find a newer version, then try the version before the current]

https://stackoverflow.com/questions/64233135/portaudio-test-application-unresolved-external-symbol-pa-getversioninfo

from rsound.

jbclements avatar jbclements commented on July 26, 2024

Sounds right to me. @soegaard , many thanks for this detective work!

from rsound.

jeffwack111 avatar jeffwack111 commented on July 26, 2024

I followed instructions here
http://portaudio.com/docs/v19-doxydocs/compile_windows_mingw.html

to install portaudio and then copied the contents of lib from that installation to
\AppData\Roaming\Racket\8.4\pkgs\portaudio-x86_64-win32\portaudio\lib\

The name of the dll file is "libportaudio-2.dll"

Now I can successfully use portaudio from DrRacket, but (require rsound) results in the new error:
....\Program Files\Racket\collects\ffi\unsafe.rkt:131:0: ffi-lib: could not load foreign library
path: C:\Users\jeffw\AppData\Roaming\Racket\8.4\pkgs\rsound\rsound\private.\win32\x86_64\cs\buffer-add.dll
system error: The specified module could not be found.; win_err=126

from rsound.

jeffwack111 avatar jeffwack111 commented on July 26, 2024

I got the package running! I created the folder called "cs" and placed into it "buffer-add.dll"
Thanks for your initial help, I have very little experience with this kind of troubleshooting so this was quite an adventure. Excited to play with rsound!

from rsound.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.