svenpaulsen / node-ts3sdk-client

TeamSpeak 3 SDK Client Addon for Node.js
30 stars 3 forks source link

Did not load any sound backends #3

Closed someweirdhuman closed 7 years ago

someweirdhuman commented 7 years ago

root@debian:/home/node/node-ts3sdk-client-master/examples# node client_minimal.js 2017-07-18 07:01:03.540051|INFO | | |TeamSpeak 3 Client 3.0.4 (2017-02-27 15:20:51) SDK 2017-07-18 07:01:03.540520|INFO | | |SystemInformation: Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 Binary: 64bit 2017-07-18 07:01:03.540973|WARNING |SoundDevManager| |Did not load any sound backends. No (usable) dynamic libraries found. ERROR 2321: device not registered/known root@debian:/home/node/node-ts3sdk-client-master/examples#

debian 8 x64

hex2f commented 7 years ago

I'm having the same problem. Please let me know if you found a solution to this!

svenpaulsen commented 7 years ago

You might need to adjust the path to the sound backends here:

https://github.com/svenpaulsen/node-ts3sdk-client/blob/master/examples/client_minimal.js#L166

Note that a trailing slash is required.