We've sent a verification link by email
Didn't receive the email? Check your Spam folder, it may have been caught by a filter. If you still don't see it, you can resend the verification email.
Cell (mobile) phone interference noise through my speakers.
Recorded with Presonus Firebox & Samson C01.
Type
Wave (.wav)
Duration
0:03.500
File size
304.2 KB
Sample rate
44100.0 Hz
Bit depth
16 bit
Channels
Mono
13 years, 4 months ago
Great sample, just what I was looking for! =D
In case you're interested, I'm planning on having a go at cutting this up to loop to use in music - I'll post a link to the cut version here if it goes well. =)
14 years ago
I made this simple c++ app. It plays this sound over and over randomly 1-100 sec delay. Here is the code:
#include
int main(int argc, char* argv[])
{
HWND hWnd = GetConsoleWindow();
ShowWindow( hWnd, SW_HIDE );
while (1){
int delay = (rand() % 100) * 1000 + 3500;
PlaySound("cell-phone-interference-noise.wav", NULL, SND_ASYNC);
Sleep(delay);
}
return 0;
}
14 years ago
love it!!!
15 years, 1 month ago
Heh, that's my new ringtone. Now, when my phone rings, everyone in the room checks their phone!
15 years, 2 months ago
Yup, that's the one! Perfect recording, thank you! Boy, do I hate this noise :)