Raised This Month: $51 Target: $400
 12% 

Solved Sounds not playing


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 11-04-2018 , 06:20   Sounds not playing
Reply With Quote #1

I've been trying to make these sounds play for two days now and they still aren't being played. Tried LITERALLY EVERYTHING, made them 22050 Hz, checked if the path was wrong etc..

My only guess would be the bit-rate not being supported by CS 1.6, I'm setting it as 16 bit in Audacity but when I re-open the sound with Audacity it shows 32.

PHP Code:
public plugin_init( )
{
    
register_event"HLTV""@Round_Start""a""1=0""2=0" ); 
}

public 
plugin_precache( )
{
    
precache_soundg_iConfigROUND_START_SOUND ] );
}

@
Round_Start( )
{
    
PlaySound( );
}

PlaySound( )
{
    
log_to_file"Debugsound.txt""%s"g_iConfigROUND_START_SOUND ] );

    
client_cmd0"spk sound/%s"g_iConfigROUND_START_SOUND ] );

g_iConfig[ ROUND_START_SOUND ] return value
Code:
L 11/04/2018 - 12:16:45: SvM/Round_Start.wav
Attached Files
File Type: zip Sound.zip (619.3 KB, 57 views)
__________________

Last edited by edon1337; 11-04-2018 at 06:24.
edon1337 is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 11-04-2018 , 06:24   Re: Sounds not playing
Reply With Quote #2

And yep, damned Audacity doesn't even let you change the bitrate. Thanks to this site it's fixed. https://audio.online-convert.com/convert-to-wav

Apparently Audacity doesn't even let you change the bit-rate.
__________________

Last edited by edon1337; 11-04-2018 at 06:29.
edon1337 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode