mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 07:01:14 +00:00
- Created new `StatusSoundEffect` component compatible with qt5 and qt6 versions. - Replaced `Audio` component for the new `StatusSoundEffect` where needed. - Added `storybook` page for testing `StatusSoundEffect` component. - Added small audio testing file to test the component. - Introduction of `AudioUtils` to expose `converVolume` method to QML from `QAudio` namespace. - Removed `StatusAudioMessage`. No longer used. Also removed some code related to audio messages that were not used. - Removed `Audio.qml` component. No longer used. Closes #17457