Git Product home page Git Product logo

Comments (4)

BrerDawg avatar BrerDawg commented on June 8, 2024

It should be defined in 'RtAudio.h'

Try this on cmdline to see where your RTAudio library package is: pkg-config --cflags

If your RTAudio library in not in '/usr/local/include/rtaudio', you could add to Makefile like this:

INCLUDE= -I/usr/local/include -I/home/you/API_Cpp-master/libsofa/dependencies/include/ -I/home/you/API_Cpp-master/libsofa/src/ pkg-config --cflags rtaudio

I've edited the Makefile also.

from hrir_cmdline.

liangxt2012 avatar liangxt2012 commented on June 8, 2024

thanks for your reply
could you provide the position where ‘RtAudioError’ is defined?
I just see a type "RtAudioErrorType"?

I have temporarily blocked the error mechanism and occured another question:There is no sound card on the server,
Can you give me the method of outputting the output audio ?

from hrir_cmdline.

BrerDawg avatar BrerDawg commented on June 8, 2024

From your edited reply, it compiles ok now, but RTAudio can't find an audio card. Are you able to confirm RTAudio works with your hardware ? It should be able to work with either alsa, pulseaudio or jack setups ?

from hrir_cmdline.

BrerDawg avatar BrerDawg commented on June 8, 2024

The compile problem you were having may be due to RTAudio versioning, have moded 2 files to suit RTAudio v6.01, Let us know if it compiles now ? It won't fix any hardware issues though.

from hrir_cmdline.

Related Issues (1)

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.