Ignore:
Timestamp:
05/12/12 15:48:45 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The background sounds play back properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/const.py

    r165 r170  
    44
    55# The version of the program
    6 VERSION="0.04"
     6VERSION="0.05"
    77
    88#-------------------------------------------------------------------------------
     
    295295SOUND_DING = "ding.wav"
    296296
     297# Sound: notify
     298SOUND_NOTIFY = "notify.wav"
     299
     300# Sound: NOTAM
     301SOUND_NOTAM = "notam.mp3"
     302
     303# Sound: scream
     304SOUND_SCREAM = "sikoly.mp3"
     305
     306# Sound: boarding
     307SOUND_BOARDING = "board.mp3"
     308
     309# Sound: Malev theme
     310SOUND_MALEV = "malev.mp3"
     311
     312# Sound: taxi: Boeing 737 NG
     313SOUND_TAXI_BOEING737NG = "737taxi.mp3"
     314
     315# Sound: taxi: Boeing 767
     316SOUND_TAXI_BOEING767 = "767taxi.mp3"
     317
     318# Sound: taxi: Fokker F70
     319SOUND_TAXI_F70 = "F70taxi.mp3"
     320
     321# Sound: takeoff preparation request from the captain
     322SOUND_CAPTAIN_TAKEOFF = "cpt_takeoff.mp3"
     323
     324# Sound: cruise
     325SOUND_CRUISE = "TOC.mp3"
     326
     327# Sound: descent
     328SOUND_DESCENT = "TOD.mp3"
     329
     330# Sound: applause
     331SOUND_APPLAUSE = "taps.mp3"
     332
     333# Sound: speedbrake
     334SOUND_SPEEDBRAKE = "speed.mp3"
     335
     336# Sound: taxi after landing
     337SOUND_TAXIAFTERLAND = "TaxiAfterLand.mp3"
     338
     339
    297340#-------------------------------------------------------------------------------
    298341
Note: See TracChangeset for help on using the changeset viewer.