On Saturday 23 June 2007 13:10, Ed Schouten wrote:
> Hello Michael,
> 
> * Ed Schouten <[EMAIL PROTECTED]> wrote:
> > * Michael <[EMAIL PROTECTED]> wrote:
> > > I tried to run current development herrie, but I found a bug: when I try 
> > > to
> > > play a file in a non-supported format (such as wma), then herrie skips
> > > every file in the playlist - even if they are mp3s and play fine in
> > > herrie v1.7.
> > > 
> > > This doesn't happen everytime, but is quite reproducible.
> > > 
> > > After the .wma file is skipped, every file that follows in the playlist
> > > is skipped too. The interesting function (or so I think) is
> > > audio_output_apply_hwparams() != 0
> > > in audio_output_play(), called by playq_runner_thread().
> > > That's because snd_pcm_hw_params() != 0.
> 
> I can't seem to reproduce the bug on my Ubuntu 7.04 desktop (just a
> out-of-the-box install with a SoundBlaster Live!).
> 
> By the way: the first song that it tries to play after skipping the WMA
> files must have a different sample rate/amount of channels than the one
> you were playing before opening the WMA files, right?

Right, different sample rate.

> Could you please 
> get me the return value of snd_pcm_hw_params()?

When herrie tries to play the mp3 file that follows the wma one,
snd_pcm_hw_params() always returns -77.

Reply via email to