Post by Harry PotterI'm looking for some sound effects for my Win98 computer and Win16
emulation on a Win10/64 laptop in the form of a .WAV file that I can
download for free. I tried Google and found that I need to register or
pay for the service and that the files were too long. I desire the files
to be less than 10 sec. long and still fun. Anywhere I can find them?
My last fish.
https://freesound.org/browse/tags/effect/
No need to register. To reveal the links to the sound file, install Stylus
browser addon, create a new style for that site, use below code, then save.
On a sound page, it'll show a blue "Downloads" panel at right side of the
sound title which when hovered, it expands and shows the download links.
[code]
.player .metadata{
display:block;position:absolute;z-index:3;top:-3em;right:0;
border:1px solid;width:10ex;height:1.3em;overflow:hidden;padding:4px;
background:#ddf;
}
.player .metadata:hover{width:auto;height:auto}
.player .metadata>*{display:block}
.player .metadata>*:first-child:before{display:block;content:"Downloads"}
.player .metadata>.spectrum,
.player .metadata>.waveform,
.player .metadata>.duration{display:none}
[/code]