<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
jedi wrote:
<blockquote cite="mid:20100109165600.GB28223@mishnet.org" type="cite">
  <pre wrap="">On Sat, Jan 09, 2010 at 11:37:02AM -0500, John Luber wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Paul Harrison wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">We'll probably regret this but we would like your opinions :-)  We are
in the process of  switching MythMusic to MythUI and would like to take
the opportunity to make some much needed improvements to the interface.

We don't necessarily  just want a list of feature requests, although
every idea will be considered, but also how they should be implemented,
what the interface should look like etc. If you can provide mock ups of
how it should look or links to images of how other players do things
then all the better.

You should bear in mind the limitations of keeping the interface usable
on a TV using a remote control and where possible using the existing
widgets available in MythUI.

Our goal is not to implement every idea from the start but to make sure
the final plan is flexible enough to at least be extended with the best
ideas in the future.
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
[deletia]

  </pre>
  <blockquote type="cite">
    <pre wrap="">2) I have an Acer Revo 1600 using an ALC662 audio chip output to
HDMI to the TV.  Everything works great except music will not play -
Error: Rate doesn't match (requested 44100Hz, got 48000Hz) - I've
tried googling this for weeks now with no solution.  Anything you
can do from a mythMusic-end would be very welcome.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
   On my Revo I use an .asoundrc file that seems to have been passed 
around a number of XBMC support forums.

--------------------- .asoundrc ----------------------------------

### .asoundrc for Acer Revo

pcm.dmixer {
   type dmix
   ipc_key 1024
   ipc_key_add_uid false
   ipc_perm 0660
   slave {
      pcm "hw:0,3"
      rate 48000
      channels 2
      format S32_LE
      period_time 0
      period_size 1024
      buffer_time 0
      buffer_size 4096
   }
}

pcm.!default {
   type plug
   slave.pcm "dmixer"
}

_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
Jedi --<br>
<br>
Thank you for your suggestion.&nbsp; I tried it and it solved my problem!<br>
<br>
The WAF factor just increased a notch or two&nbsp; :-)<br>
<br>
-- John<br>
</body>
</html>