To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

File:White noise.ogg

From Wikipedia, the free encyclopedia

White_noise.ogg(Ogg Vorbis sound file, length 10 s, 161 kbps, file size: 197 KB)

Description
Random white noise file with average level at -18 dBFS. 160 kbps, mono. Generated with Cool Edit Pro as a WAV file, compressed as OGG with Blaze Media Pro. Binksternet (talk) 22:46, 3 April 2010 (UTC)
Previous version
10 seconds of uniformly distributed white noise with an RMS value of -4.8 dB.
Histogram
Frequency analysis
Date
Source

Generated with GNU Octave's random number generator rand(), which generates uniformly distributed random values in the interval [0,1). The wavwrite() function expects values in [-1.0, 1.0), so we multiply by 2 and shift down by 1. So to generate 10 seconds of noise sampled at 48 kHz:

white=rand(48000*10,1)*2-1;

I'm not sure about the inner workings of /dev/urandom, but I used the "reseed" command to feed it data from random.org, so this should be pretty random. To export this to a 16-bit, 48 kHz .wav file in our home directory, the command is:

wavwrite(white,48000,16,'white noise uniform.wav');

Then I converted the .wav file to a FLAC-encoded Ogg (.oga) file:

flac --ogg "white noise uniform.wav"

(The "compressed" FLAC file is actually larger than the .wav file.)  :) Then I generated a lossily-compressed .ogg Vorbis file:

oggenc "white noise uniform.wav"

This allows the pristine, lossless file to be downloaded directly from File history, while the smaller lossy file is the one included in articles.

RMS value derived from:

sox "white noise uniform.wav" -e stat

and then in dB is

Histogram derived from

hist(white,100,1)
Frequency analysis in Audacity.
Author Omegatron
Permission
(Reusing this file)
This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.

Assessment

Media of the day This file was selected as the media of the day for 30 April 2023. It was captioned as follows:
English: At the end of a certain month, we will listen to a piece of noise. Let's listen to white noise today.
Other languages
Čeština: Na konci měsíce přinášíme obvykle ukázku nějakého zvuku. Dnes jde o bílý šum.
English: At the end of a certain month, we will listen to a piece of noise. Let's listen to white noise today.
Italiano: Alla fine di ciascun mese, ascolteremo un brano contenente rumore. Oggi ascoltiamo il rumore bianco.
Эрзянь: Течи кунсолотанок ашо виев гайть.
Slovenščina: Govorjena različica članka Wikipedije v kitajščini o Williamu Shakespearu
Українська: Файл випадкового білого шуму із середнім рівнем -18 dBFS, 160 кбіт/с, моно. Створено за допомогою «Cool Edit Pro» як файл формату «*.wav», стиснений до формату «*.ogg» за допомогою «Blaze Media Pro».

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

21 April 2008

application/ogg

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:42, 3 April 201010 s (197 KB)BinksternetBetter quality sound, higher bit rate, more suitable average level of -18dBFS, better HF response, monophonic, lower file size.
03:24, 21 April 200810 s (88 KB)OmegatronLossy Ogg Vorbis version of the same file
03:23, 21 April 200810 s (957 KB)OmegatronLossless, FLAC-encoded version generated from GNU Octave
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata

Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.