avatar
March 28th, 2008

Cell (mobile) phone interference noise through my speakers.

Recorded with Presonus Firebox & Samson C01.

Comments

  • avatar
    Count_Dante 6 months, 2 weeks ago

    One of the most annoying noise in the world. Thank you. X

  • avatar
    ceoux 8 months ago

    nice rhythm at the beginning

  • avatar
    Omnikron13 1 year 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. =)

  • avatar
    --DeletedUser-- 1 year, 8 months 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;
    }

  • avatar
    petmetv 1 year, 8 months ago

    love it!!!

  • previous
  • next
  • 1
  • 2
  • 3
  •  |  13 comments

Please log in to comment

Type
Wave (.wav)
Duration
00:03:500
Filesize
304.2 KB
Samplerate
44100.0 Hz
Bitdepth
16 bit
Channels
Mono
Sound illegal or offensive? Flag it!