Glass House - Navigation Sound Pack
#1
Music 
I recently released a skin mod that I created a new sound pack for, and I know I had a really hard time finding any standalone navigation sound packs. So, I decided to release the sound pack as a standalone pack for anyone looking for a change.

You can hear some of the sounds in use in this video:



Download:
http://bit.ly/1bjh2AU

Simply drop the folder into \Program Files (x86)\XBMC\sounds (for Windows)
Reply
#2
Cool
Optoma HD Projector, Panasonic TX-P65VT65 Plasma, Pioneer SC2023 AVR, Kef Q65 main, iQ8ds rear, XQ2C centre, XBOX 360 Elite, Samsung LE40C650, SKY HD, Lutron Lighting, Crestron AV2 control

(Server)CPU - AMD Phenom ii 560, MB - M4A78LT-M, 32GB Corsair SSD, 4GB Corsair DDR3, 6x 1.5TB HDD's

XBMC Clients x2 (DSPlayer)
Reply
#3
I wish it weren't the case, but we unfortunately don't see many navigation sound packs for XBMC.

That's an interesting collection of sounds! Nice job! I have a slightly modified navigation sound pack that I use and I had to do some research to figure out how to add navigation sounds for Page Up, Page Down and the Context Menu, which I use a lot. In case you're curious, I've modified your sounds.xml file to add those:

Code:
<sounds>
  <actions>
    <action>
    <name>left</name>
    <file>left.wav</file>
  </action>
  <action>
    <name>right</name>
    <file>right.wav</file>
  </action>
  <action>
    <name>up</name>
    <file>up.wav</file>
  </action>
  <action>
    <name>down</name>
    <file>down.wav</file>
  </action>
  <action>
    <name>pageup</name>
    <file>up.wav</file>
  </action>
  <action>
    <name>pagedown</name>
    <file>down.wav</file>
  </action>
  <action>
    <name>select</name>
    <file>select.wav</file>
  </action>
  <action>
    <name>parentdir</name>
    <file>back.wav</file>
  </action>
  <action>
    <name>previousmenu</name>
    <file>back.wav</file>
  </action>
  <action>
    <name>screenshot</name>
    <file>shutter.wav</file>
  </action>
  </actions>
  <windows>
  <window>
    <name>InfoDialog</name>
    <activate>notify.wav</activate>
    <deactivate>out.wav</deactivate>
  </window>
  <window>
    <name>contextmenu</name>
    <activate>out.wav</activate>
  </window>
  </windows>
</sounds>

Again, nice work! Hopefully your efforts will inspire others to try their hand at compiling their own navigation sound packs!
Reply

Logout Mark Read Team Forum Stats Members Help
Glass House - Navigation Sound Pack0