Is it mapped to /dev/dsp ?. I am using a USB HID device for playing the audio
Is it mapped to /dev/dsp ?. I am using a USB HID device for playing the audio
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
QSound in Qt/Embedded accesses /dev/dsp.
So you device driver has to map to it.
You will have to consult your readme or istall docs which came with your device driver.
Maybe some other linux advanced users can help you more with that.
Goolge may also help.
A quick google search suggests that esddsp might be good for you.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks