Skip to content

Commit

Permalink
v0.3 - with 2 new processing algorithms
Browse files Browse the repository at this point in the history
updated metadata and readme
  • Loading branch information
bogind committed Jul 28, 2024
1 parent ff665fb commit c2af87b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Currently supported actions are:
- Select which sound effect, and at what volume, will be played for each event from the settings dialog.
- Test the selected sound effect for each event from the settings dialog.
- The `Play Sound Effect` processing algorithm, also works within the graphic modeler.
- The `Play Audio File` processing algorithm, also works within the graphic modeler.
- The `Say Some Text` processing algorithm, also works within the graphic modeler.


### Supported Events
Expand Down
11 changes: 9 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name=QGIS Sound Effects
qgisMinimumVersion=3.32
description=Add sound effects to QGIS to make work less boring
version=0.2.2
version=0.3
author=Dror Bogin
email=dror.bogin@gmail.com

Expand All @@ -21,6 +21,13 @@ repository=https://github.com/bogind/qgs_sound_effects
hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=
2024-07-28 Version 0.3
- Added `Play Audio File` processing algorithm that allows you to play local audio files
- This algorithm uses your system's audio player, so supported formats can vary.
- Added `Say Some Text` processing algorithm that allows you to play text-to-speech audio
- This algorithm uses your system's text-to-speech engine, so supported languages, locales and voices will vary.
- Currently only tested on Windows 11 with Microsoft Speech API (SAPI) 5.3 - https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723627(v=vs.85)
- Currently only allows the user to select the voice and the volume.
2024-07-23 Version 0.2.2:
- bug fix:
- Fixed non-zoom canvas events from not being triggered off on global disable
Expand Down Expand Up @@ -48,7 +55,7 @@ hasProcessingProvider=yes


# Tags are comma separated with spaces allowed
tags=python,sound effects,sounds,effects,silly
tags=python,sound effects,sounds,effects,silly,audio,text-to-speech

homepage=https://github.com/bogind/qgs_sound_effects
category=Plugins
Expand Down

0 comments on commit c2af87b

Please sign in to comment.