Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added stepped and scaled wind rushing sounds. #2365

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added data/sounds/Cockpit/Crew_01.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_02.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_03.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_04.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_05.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_06.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_08.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_09.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_10.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_11.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_12.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_13.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_14.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_15.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Crew_16.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Missile_Inbound.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Missile_lock.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/Ship_ambient.ogg
Binary file not shown.
Binary file added data/sounds/Cockpit/danger_siren.ogg
Binary file not shown.
Binary file added data/sounds/Planet/RainForestIndigeniusNight.ogg
Binary file not shown.
Binary file added data/sounds/Ship/Beam_laser.ogg
Binary file not shown.
Binary file added data/sounds/Ship/Hyperspace.ogg
Binary file not shown.
Binary file modified data/sounds/Ship/Missile_launch.ogg
Binary file not shown.
Binary file modified data/sounds/Ship/Shieldhit.ogg
Binary file not shown.
Binary file added data/sounds/Ship/airflow01.ogg
Binary file not shown.
Binary file added data/sounds/Ship/airflow02.ogg
Binary file not shown.
Binary file added data/sounds/Ship/airflow03.ogg
Binary file not shown.
Binary file added data/sounds/Ship/airflow04.ogg
Binary file not shown.
Binary file modified data/sounds/warning.ogg
Binary file not shown.
510 changes: 276 additions & 234 deletions src/AmbientSounds.cpp

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions src/AmbientSounds.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// Copyright © 2008-2013 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt

#ifndef AMBIENTSOUNDS_H
#define AMBIENTSOUNDS_H

class AmbientSounds {
public:
static void Init();
static void Uninit();
static void Update();
private:
static void UpdateForCamType();
};

#endif /* AMBIENTSOUNDS_H */
// Copyright © 2008-2013 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#ifndef AMBIENTSOUNDS_H
#define AMBIENTSOUNDS_H
class AmbientSounds {
public:
static void Init();
static void Uninit();
static void Update();
private:
static void UpdateForCamType();
};
#endif /* AMBIENTSOUNDS_H */