dirkvdb / gejengel

Automatically exported from code.google.com/p/gejengel
GNU General Public License v2.0
2 stars 1 forks source link

Broken PulseAudio support (patch) #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
* Steps:
1. ./configure --enable-pulseaudio
2. make && make install
3. run gejengel

* Error message:
terminate called after throwing an instance of 'std::logic_error'
  what():  AudioRendererFactory: Unsupported audio output type provided: 
Abandon

* What version of the product are you using? On what operating system?
0.1.0_rc1
Ubuntu 9.04 (jaunty jackalope)

* Patch:
This is because m_Settings["AudioBackend"] is not set when using
PulseAudio. See attached patch (tested and working).

Original issue reported on code.google.com by w3b0id3@gmail.com on 23 Jun 2009 at 5:04

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch, I will fix that

Original comment by dirk.vdb on 24 Jun 2009 at 5:02

GoogleCodeExporter commented 9 years ago
This is committed in subversion.

Btw, using pulseaudio with rc1 will cause crashes. I committed a fix for that 
today.

Original comment by dirk.vdb on 24 Jun 2009 at 5:13