New tv sound. Made in audacity.

This commit is contained in:
secretlondon 2009-06-18 19:32:24 +00:00
parent ab38c5bcb6
commit f9fee364a2
3 changed files with 5 additions and 1 deletions

View file

@ -328,6 +328,10 @@ $Id$
http://soundbible.com/512-Squishy-2.html http://soundbible.com/512-Squishy-2.html
Creative Commons Attribution 3.0 Creative Commons Attribution 3.0
* tv sound (tv.ogg)
One second of white noise generated by audacity
Uploaded by C Ford.
* Translations * Translations
* Afrikaans * Afrikaans

BIN
magic/sounds/tv.ogg Normal file

Binary file not shown.

View file

@ -48,7 +48,7 @@ int tv_init(magic_api * api)
{ {
char fname[1024]; char fname[1024];
snprintf(fname, sizeof(fname), "%s/sounds/magic/tv.wav", api->data_directory); snprintf(fname, sizeof(fname), "%s/sounds/magic/tv.ogg", api->data_directory);
tv_snd = Mix_LoadWAV(fname); tv_snd = Mix_LoadWAV(fname);
return(1); return(1);