Re: [Bug #2263] Audio playback problem
Bj|rn Englund <[email protected]> Mon, 23 Aug 2004 14:34:38 +0200
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Mon Aug 23 2004, Tim wrote:
> of Ogle I was using (0.9.2). Everything after clicking "play movie" on the
> menu screen is silent (it used to be half soundtrack and half annoying
> clicks). Interestingly, ogle refused to run in gui mode (even after I
> recompiled ogle_gui to match with the ogle-cvs version), so I ran it with
I'm not sure I have updated ogle_gui in cvs enough for it to work with the
cvs version of ogle yet.
Could you try adding/changing the speakers section in your oglerc to include
the channel_config below (remeber to uncomment the speakers section if it
is commented out) and send the --debug output again:
<speakers>
<channel_config>
<chtype>Mono</chtype>
</channel_config>
</speakers>
or possibly (if you only get audio from one channel)
<speakers>
<channel_config>
<chtype>Mono</chtype>
<chtype>Mono</chtype>
</channel_config>
</speakers>
> Debug[ogle_audio]: MPEG Audio
> Debug[ogle_audio]: Closing alsa pcm device: default
> Debug[ogle_audio]: flushing audio driver
> Debug[ogle_audio]: flushed audio
> Debug[ogle_audio]: Searching <speakers> for:
> Debug[ogle_audio]: 'Mono'
>
> Debug[ogle_audio]: No channel configs found
> Note[ogle_audio]: Using audio driver 'alsa'
> Debug[ogle_audio]: Opening alsa pcm device: default
You should now get some other debug info that tells that the channel config you
added in your oglerc is found.
/Bj|rn