Author Topic: Annoying beep  (Read 5739 times)

0 Members and 1 Guest are viewing this topic.

Offline bugman

  • Newbie
  • Posts: 3
Annoying beep
« on: September 28, 2005, 02:23:30 pm »
Hi Folks!
I'm new to the forum. I have a VW PB and have a question about the annoying beep you hear after 5 seconds when selecting an artist or album. Is there any way to disable that? I thought I read something about turning that off in one of the other forums but maybe I was being delusional...again!!

Offline judb

  • Administrator
  • Veteran.
  • *****
  • Posts: 1329
  • ph4t l3wtz
Re: Annoying beep
« Reply #1 on: September 29, 2005, 02:53:15 pm »
The beep is in the phatbox.ini file on the PHTSYS partition... you can remove it by editing the file...

find the VW titled sections
like

[VW_Non_Premium6_v4]
(there will be several sections like that for the various VW headunits.. so you'll need to edit them all or the one you are using if you know which head unit you have.)

You'll see stuff like

audioid.0.0=STOP
audioid.0.1=WAIT 0.55
audioid.0.2=TITLE
audioid.0.3=PLAY
audioid.0.4=SYNC
audioid.0.5=WAIT 5
audioid.0.6=STOP
audioid.0.7=/dos/tts/beep3.wav

Remove the 0.7 lines that say beep3.wav and that will stop the beep from playing.

save the file and enjoy!

Offline underground

  • Newbie
  • Posts: 14
Re: Annoying beep
« Reply #2 on: September 29, 2005, 03:12:13 pm »
I have the same question about my Audi box.
Problem is there are so many references to audioid.0.7 each under a different header (eg VWAudi_V6_2, VWAudi_V7_1 etc etc.) How can i find out which refers to my Box?
Firmware under PMM says mine is 'Audi Native Brand Stereos. Version. 7.02'

Many thanks

PS....Meant to say that I have a 2005 Audi with (I think) the concert II head-unit
« Last Edit: September 29, 2005, 03:13:26 pm by underground »

Offline judb

  • Administrator
  • Veteran.
  • *****
  • Posts: 1329
  • ph4t l3wtz
Re: Annoying beep
« Reply #3 on: September 29, 2005, 05:58:08 pm »
just remove all of them and it won't hurt anything.

(make a backup copy of the phatbox.ini first though just in case)
« Last Edit: September 29, 2005, 05:58:34 pm by judb »

Offline bugman

  • Newbie
  • Posts: 3
Re: Annoying beep
« Reply #4 on: September 30, 2005, 11:32:41 pm »
Thanks for the help. Unfortunately when I deleted that line it not only got rid of the beep but also stopped the song. I had to select the album in order to restart the PB. I guess I'll just replace the line and live with it...
Thanks again for the idea!

Offline Firefox

  • Needs to get outside.
  • ***
  • Posts: 124
  • Kenwood 710 Keg 80GB ;-)
Re: Annoying beep
« Reply #5 on: October 04, 2005, 11:21:20 am »
All you need to do is replace existing beep3.wav with a very short wav file containing silence.
Enjoy!

Offline catware

  • Newbie
  • Posts: 9
  • PhatMark author
Re: Annoying beep
« Reply #6 on: October 04, 2005, 02:00:24 pm »
Quote
Thanks for the help. Unfortunately when I deleted that line it not only got rid of the beep but also stopped the song.

Were there any lines in the section after the 'beep' line? If so they need to be renumbered.

I.e., let's say you have:

audioid.0.5=WAIT 5
audioid.0.6=STOP
audioid.0.7=/dos/tts/beep3.wav
audioid.0.8=PLAY

You can't just remove the line; this won't work:

audioid.0.5=WAIT 5
audioid.0.6=STOP
audioid.0.8=PLAY

Renumbering all subsequent lines needs to be done or it will stop executing commands after the 0.6=STOP command. Here's how this example should look:

audioid.0.5=WAIT 5
audioid.0.6=STOP
audioid.0.7=PLAY


Offline bugman

  • Newbie
  • Posts: 3
Re: Annoying beep
« Reply #7 on: October 04, 2005, 02:20:33 pm »
Thanks for telling me something I should have known!! I'll give that a try and let everyone know how it works.
Thanks again!