mltk.datasets.audio.background_noise.ambient

Generic Background Noise

This provides a list of generic background noise samples from https://mixkit.co/free-sound-effects/public-places

License

https://mixkit.co/license/#sfxFree

Variables

DOWNLOAD_URLS

The background noise sample download URLs

Functions

download(dest_dir[, sample_rate_hertz, ...])

Download the sample and return a list of file paths

DOWNLOAD_URLS = ['https://assets.mixkit.co/sfx/download/mixkit-very-crowded-pub-or-party-loop-360.wav', 'https://assets.mixkit.co/sfx/download/mixkit-big-crowd-talking-loop-364.wav', 'https://assets.mixkit.co/sfx/download/mixkit-restaurant-crowd-talking-ambience-444.wav', 'https://assets.mixkit.co/sfx/download/mixkit-keyboard-typing-1386.wav', 'https://assets.mixkit.co/sfx/download/mixkit-office-ambience-447.wav', 'https://assets.mixkit.co/sfx/download/mixkit-hotel-lobby-with-dining-area-ambience-453.wav']

The background noise sample download URLs

download(dest_dir, sample_rate_hertz=16000, urls=None, logger=None)[source]

Download the sample and return a list of file paths

Return type:

List[str]

Parameters:
  • dest_dir (str) –

  • sample_rate_hertz (int) –

  • urls (Union[str, List[str]]) –

  • logger (Logger) –