Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rafaelmardojai/blanket
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmardojai committed Sep 20, 2020
2 parents e73834c + bec1fe3 commit f325d0d
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1 deletion.
Binary file modified data/resources/sounds/birds.ogg
Binary file not shown.
Binary file added data/resources/sounds/boat.ogg
Binary file not shown.
Binary file added data/resources/sounds/city.ogg
Binary file not shown.
Binary file modified data/resources/sounds/rain.ogg
Binary file not shown.
Binary file modified data/resources/sounds/stream.ogg
Binary file not shown.
Binary file modified data/resources/sounds/train.ogg
Binary file not shown.
Binary file modified data/resources/sounds/waves.ogg
Binary file not shown.
2 changes: 2 additions & 0 deletions doc/Sound_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ _________
| [Birds](https://freesound.org/people/kvgarlic/sounds/156826/) | `4.0` | kvgarlic | CC0 | -39,8 | 16,4 | -24,4 | +12 dB
| [Train](https://trains.ambient-mixer.com/rainy-train) | `4.0` | vahid | CC Sampling + | -27 | 8,7 | -8,1 | None
| [Stream](https://freesound.org/people/gluckose/sounds/333987/) | `4.0` | gluckose | CC0 | -39,2 | 1 | -15,7 | None
| [Boat](https://freesound.org/people/Falcet/sounds/439365/) | `4.0` | Falcet | CC0 | -50,5 | 6,6 | -26 | +20 dB
| [City](ttps://freesound.org/people/gezortenplotz/sounds/44796/) | `4.0` | gezortenplotz | CC BY | -38,7 | 4 | -18,9 | +11 dB

**Replaced sounds:**
| Sound | App version | Author | License | LUFS (Int.) | Range | True Peak (dBTP) | Modifications
Expand Down
4 changes: 3 additions & 1 deletion src/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
SOUND_ARTISTS = {
'alex36917': [_('Rain')],
'Digifish music': [_('Storm')],
'Falcet': [_('Boat')],
'gezortenplotz': [_('City')],
'gluckose': [_('Stream')],
'Jorge Stolfi': [_('White Noise')],
'kvgarlic': [_('Birds')],
Expand All @@ -40,7 +42,7 @@
}

SOUND_EDITORS = {
'Porrumentzio': [_('Birds'), _('Rain'), _('Storm'), _('Waves')]
'Porrumentzio': [_('Birds'), _('Rain'), _('Storm'), _('Waves'), _('Boat'), _('City')]
}

@Gtk.Template(resource_path='/com/rafaelmardojai/Blanket/about.ui')
Expand Down

0 comments on commit f325d0d

Please sign in to comment.