The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't make music sound mono
Damascus Offline
Senior Member

Posts: 646
Threads: 118
Joined: Mar 2012
Reputation: 29
#1
Can't make music sound mono

I'm trying to add a sound sequence to the beginning of my map and though the easiest way to go about this would be to make an .ogg file and play it through the PlayMusic command.

PHP Code: (Select All)
void ClockIntro(string &in asTimer)
{
    if(
asTimer == "intro1")
    { 
        
FadeOut(0);
        
SetPlayerActive(false);
        
StopMusic(30);
        
PlayMusic("rainintro.ogg"false110true);
    }
script continues... 

The .ogg file is saved as mono, but for some reason when it plays in-game I can only hear it out of the right. All the other sounds in the map play normally, including the ambient it starts with. Any idea what could be causing the problem? I've attached the .ogg file for anyone that wants to check out it's details.


Attached Files
.rar   rainintro.rar (Size: 141.98 KB / Downloads: 94)

(This post was last modified: 06-04-2012, 07:39 AM by Damascus.)
06-03-2012, 07:32 AM
Find


Messages In This Thread
Can't make music sound mono - by Damascus - 06-03-2012, 07:32 AM
RE: Can't make music sound mono - by palistov - 06-03-2012, 08:05 PM
RE: Can't make music sound mono - by FragdaddyXXL - 06-03-2012, 09:24 PM
RE: Can't make music sound mono - by Damascus - 06-04-2012, 07:39 AM



Users browsing this thread: 1 Guest(s)