Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing pocketsphinx - pulseaudio development package

In the instructions for setting up pocketsphinx, one of the dependencies is pulseaudio development package. What exactly is this? Where should I download it?

like image 234
Adam_G Avatar asked Nov 27 '25 07:11

Adam_G


1 Answers

PulseAudio is a sound server library. The "development package" means that you'll need to install the development headers. For example on Ubuntu, instead of just installing the "pulseaudio" package, you instead need something like:

$ sudo apt-get install libpulse-dev

If you are developing for OSX you'll have to find a port - I don't have access to a Mac, so I can't confirm any particular one that works, but a quick Google search for "pulseaudio osx" turned up some forum posts and projects which may be a starting point.

like image 93
user812786 Avatar answered Nov 29 '25 20:11

user812786



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!