Commit 42f5810
Improve Sound (#80)
* Switch to Makuna/DFMiniMp3 and simplified USB debugging
* Adapt SD-Card folder and track names
* SD-Card folder description
* Implement own advert functionality
* Docs
* Add cosmetic pause functionality
* Add high_level_state parameter
* Cleanup
* Add emergency sound processing
* New sounds & ROS startup successful
* Fix new timing issue, add Mode & GPS handling
* Fix ROS startup sound order and protected redundancy call of OnPlayFinished()
* Fix emergencies
* Restrict GPS ping to area recording mode
* Fix GPS ping, add rain handling
* Add randomized mowing background sounds & further GPS ping fixes
* Add new and german sound files
* Add soundfiles from alfakenzo
* Soundfile corrections
* Add Sound "IMU init failed"
* Add repeatDuration
* Fix rand mow sound during waiting for GPS fix
* Add debug prefix string
* Restructure SoundSystem from OOP to FP
* Work around playFolderTrack16()
* Work around non working stop() when OnPlayFinish ed()
* Improved emergency handling
* Change translation
* Skip needless namespace
* Fix emergency during flash & docked. Add/change sounds
* Add VCC warning
* Add volume and language control via LL buttons
* Change some sounds, add collision sound for SA/SC models
* Default Volume
* No "Bida bida" on stop-button
* Squashed commit of the following:
commit 1d40d64
Author: Jörg Ebeling <[email protected]>
Date: Fri Sep 29 21:05:32 2023 +0200
Fit indentation
commit be7b9e3
Author: Jörg Ebeling <[email protected]>
Date: Thu Sep 28 23:09:22 2023 +0200
Better var names
commit 9fb76f6
Author: Jörg Ebeling <[email protected]>
Date: Thu Sep 28 00:21:02 2023 +0200
Process UIBoard available
* Fix missing soundsystem.cpp for 0_13_X
* Current measurements on 3.3V line
* Implemented SD-Card type/format detection (old/new) and old SD-Card format support
* Fix missing -DENABLE_SOUND_MODULE
* Add DFPIS5V compile flag
* PR cleanup
* PR cleanup
* Stick to previous DFP lib 1.2.2
* Removed or replaced problematic sound files
* Merge branch 'main'
* Merge branch 'feature/nv-config'
* Merged 'nv_config' PR and integrated LL/HL config packet
* Fix CI
* Fix volume down announcement
* Add "ROS stopped" announcement
* Update ci.yaml
* Update ci.yaml
* Update ci.yaml
* Add 0.13.x resistor comment, update button description, update some minor info
* Fix SD-Card detection tampering by volume change
* DFP lib version bump
* Cut-off Pin-11 (IO2) recommendation for DFPlayer-Clones
* Add forgotten readme img
* Add new 'JL AB23A799755' clone
* Add new 'JL AB23A799755' clone
* PlayMowSounds only if ROS is running as well as some minor (comment) changes
* Minor code corrections
* Align HighLevel States and SubStates with ROS
* Simple HighLevelState class for easier handling of HighLevel-Mode and SubMode
* Tiny code adaptions and HighLevelState class usage
* Add Docking advert and randomized background, move Darth-Vader background sound from mowing to docking
* Add Docking advert and background as well as some minor code adaptions
* Code review
* Prepare background-sound option and small code corrections
* Transitional config packet & background sound option
* Merge main
* Restructure sound in OtherCore as well as Autoplay Detection
* Restructured sound track naming and handling
* LL/HL logic handling cleanup
* Add new DFPlayer clone, adapt some description
* Fix comment
* Enable sound module @ HW 0.13.x
---------
Co-authored-by: Clemens Elflein <[email protected]>1 parent c9d557b commit 42f5810
File tree
102 files changed
+1151
-245
lines changed- Firmware/LowLevel
- include
- soundfiles
- 01
- 49
- mp3
- src
- img
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+1151
-245
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 22 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
57 | 26 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 27 | + | |
63 | 28 | | |
64 | | - | |
| 29 | + | |
65 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
66 | 50 | | |
67 | 51 | | |
68 | | - | |
69 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| 53 | + | |
50 | 54 | | |
51 | | - | |
52 | 55 | | |
53 | | - | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | | - | |
61 | | - | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| 71 | + | |
68 | 72 | | |
69 | | - | |
70 | | - | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | | - | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | | - | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| 88 | + | |
85 | 89 | | |
86 | | - | |
87 | | - | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
91 | | - | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | | - | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| 105 | + | |
102 | 106 | | |
103 | | - | |
104 | | - | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
109 | | - | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
116 | | - | |
| 119 | + | |
117 | 120 | | |
| 121 | + | |
118 | 122 | | |
119 | | - | |
120 | 123 | | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments