-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
orb-ui: sound files in debian package (#220)
orb-ui: sound files Now that only orb-ui handles the sounds, we can include them in the deb package
- Loading branch information
Showing
81 changed files
with
313 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.wav filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Check Sound Files | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'orb-ui/sound/assets/**' | ||
- '.github/workflows/check-sound-files.yaml' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3 | ||
with: | ||
lfs: true | ||
- run: sudo apt-get install -y sox | ||
- name: Check sound files | ||
run: | | ||
bash ./orb-ui/sound/utils/check_sounds.sh orb-ui/sound/assets/ | ||
# ensure error code is 0 | ||
exit $? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
...und/assets/voice_internet_connection_too_slow_signups_might_take_longer_than_expected.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
...ets/voice_internet_connection_too_slow_signups_might_take_longer_than_expected__es-ES.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_internet_connection_too_slow_to_perform_signups.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_internet_connection_too_slow_to_perform_signups__es-ES.wav
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_iris_detected_initiating_scan__es-ES.wav
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_please_do_not_move_the_calibration_target.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_please_do_not_move_the_calibration_target__es-ES.wav
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_please_put_the_calibration_target_in_the_frame.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_please_put_the_calibration_target_in_the_frame__es-ES.wav
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_show_wifi_hotspot_qr_code__es-ES.wav
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_verification_not_successful_please_try_again.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_verification_not_successful_please_try_again__es-ES.wav
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
orb-ui/sound/assets/voice_whole_pattern_is_visible__es-ES.wav
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sound utils | ||
|
||
## `check_sounds.sh` | ||
|
||
Ensure that all sounds are `.wav` files with 16-bit/sample. | ||
|
||
```shell | ||
$ bash ./check_sounds.sh ../assets/ | ||
``` |
Oops, something went wrong.