├── fireplace.ogg ├── forest-rain.ogg ├── heavy-rain.ogg ├── readme.md ├── stream.ogg ├── thunderstorm.ogg └── wind.ogg /fireplace.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muges/ambientsounds/7ef9aefeeed93c37bca3cdb246a982dd1afce2f0/fireplace.ogg -------------------------------------------------------------------------------- /forest-rain.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muges/ambientsounds/7ef9aefeeed93c37bca3cdb246a982dd1afce2f0/forest-rain.ogg -------------------------------------------------------------------------------- /heavy-rain.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muges/ambientsounds/7ef9aefeeed93c37bca3cdb246a982dd1afce2f0/heavy-rain.ogg -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # AmbientSounds 2 | 3 | AmbientSounds is an ambient sound player inspired by Noizio, A Soft 4 | Murmur, etc... 5 | 6 | This repository only contains the audio files used by AmbientSounds. 7 | For now, two frontends are available : a 8 | [curses frontend](https://github.com/Muges/ambientsounds-curses) for 9 | linux, and a 10 | [Firefox OS app](https://github.com/Muges/ambientsounds-curses) (which 11 | is also usable on android). 12 | 13 | ## Sounds 14 | 15 | The original sound files are listed below. 16 | 17 | - [Fireplace by inchadney](http://www.freesound.org/people/inchadney/sounds/132534/) (CC0) 18 | - [Heavy Rain by D W](http://www.freesound.org/people/D%20W/sounds/136971/) (CC BY) 19 | - [Forest Rain by Corsica_S](http://www.freesound.org/people/Corsica_S/sounds/169031/) (CC BY) 20 | - [Stream by mystiscool](http://www.freesound.org/people/mystiscool/sounds/7138/) (CC BY) 21 | - [Thunderstorm by RHumphries](http://www.freesound.org/people/RHumphries/sounds/2523/) (CC BY) 22 | - [Wind by felix.blume](http://www.freesound.org/people/felix.blume/sounds/139337/) (CC0) 23 | 24 | To add new sounds, you just need to create an ogg file of a few 25 | minutes (preferably less than 5) that loops seamlessly, and set the 26 | title tag correctly. Creating a seamless loop is pretty easy with 27 | natural sounds, I personally use 28 | [audacity](http://audacity.sourceforge.net/), with 29 | [this method](http://manual.audacityteam.org/o/man/tutorial_looping.html) 30 | to extract a segment that loops without clicking, or 31 | [this one](http://www.wearytaffer.com/tutorials/tut_loops.html) to 32 | fade the beginning and the end of the track. You can also modify the 33 | tags when you export an ogg file with audacity. 34 | 35 | If you want me to add your sound to the AmbientSounds, you can make a 36 | pull request or open an issue. This program is a free software, and will 37 | only contain free sounds, with licenses such as CC0, CC BY, CC BY-SA 38 | (and not CC BY-NC or CC BY-ND). 39 | -------------------------------------------------------------------------------- /stream.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muges/ambientsounds/7ef9aefeeed93c37bca3cdb246a982dd1afce2f0/stream.ogg -------------------------------------------------------------------------------- /thunderstorm.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muges/ambientsounds/7ef9aefeeed93c37bca3cdb246a982dd1afce2f0/thunderstorm.ogg -------------------------------------------------------------------------------- /wind.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Muges/ambientsounds/7ef9aefeeed93c37bca3cdb246a982dd1afce2f0/wind.ogg --------------------------------------------------------------------------------