Home
last modified time | relevance | path

Searched refs:whitenoise (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-whitenoise_6.6.0.bb3 HOMEPAGE = "https://whitenoise.evans.io"
7 PYPI_PACKAGE = "whitenoise"
/openbmc/qemu/hw/audio/
H A Dfmopl.c491 int whitenoise = (rand()&1)*(WHITE_NOISE_db/EG_STEP); in OPL_CALC_RH() local
540 env_sd =OPL_CALC_SLOT(SLOT7_2) + whitenoise; in OPL_CALC_RH()
543 env_hh =OPL_CALC_SLOT(SLOT7_1) + whitenoise; in OPL_CALC_RH()
555 tone8 = OP_OUT(SLOT8_2,whitenoise,0 ); in OPL_CALC_RH()