New tv sound. Made in audacity.
This commit is contained in:
parent
ab38c5bcb6
commit
f9fee364a2
3 changed files with 5 additions and 1 deletions
|
|
@ -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
BIN
magic/sounds/tv.ogg
Normal file
Binary file not shown.
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue