Bug 402954 - Play a picture taking click sound when taking a photo in picture or burst mode
Summary: Play a picture taking click sound when taking a photo in picture or burst mode
Status: RESOLVED FIXED
Alias: None
Product: kamoso
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-07 01:46 UTC by Nate Graham
Modified: 2019-03-04 16:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Sound candidate (49.22 KB, audio/x-wav)
2019-02-16 22:32 UTC, Nate Graham
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2019-01-07 01:46:41 UTC
The title says it all. :)  Most photo apps do this, and Kamoso should too.
Comment 1 Nate Graham 2019-02-16 22:32:11 UTC
Created attachment 118142 [details]
Sound candidate

I'm attaching a promising sound file. It's CC-BY-SA-3.0, taken from https://freesound.org/people/caseymoura/sounds/445482/ and lightly edited (trimmed off the quiet parts at the beginning and the end).
Comment 2 Aleix Pol 2019-03-01 16:28:23 UTC
Git commit 28af22debab8910667562f1eca800c8cf6e0fdad by Aleix Pol.
Committed on 01/03/2019 at 16:24.
Pushed by apol into branch 'master'.

Play a sound notification when a picture is taken

M  +1    -1    CMakeLists.txt
M  +2    -1    src/CMakeLists.txt
A  +9    -0    src/kamoso.notifyrc
M  +4    -0    src/video/webcamcontrol.cpp

https://commits.kde.org/kamoso/28af22debab8910667562f1eca800c8cf6e0fdad
Comment 3 Aleix Pol 2019-03-01 16:29:57 UTC
I wonder if the sound you suggested should be integrated with the rest of sounds we use: https://phabricator.kde.org/source/oxygen/browse/master/sounds/
Comment 4 Nate Graham 2019-03-01 16:38:15 UTC
> Sound=Oxygen-Sys-App-Message.ogg

That's not a shutter sound. The whole point was that when you take a picture, it should play a sound like a camera shutter. Oxygen-Sys-App-Message.ogg sounds like some kind of minor error. :/
Comment 5 Aleix Pol 2019-03-04 14:53:06 UTC
Git commit f70ada9de7020c47a4dac86e4fa367c5317bfccd by Aleix Pol.
Committed on 04/03/2019 at 14:45.
Pushed by apol into branch 'master'.

Include a kamoso-specific sound for the shutter sound

M  +2    -1    src/CMakeLists.txt
A  +-    --    src/kamoso-shutter.wav
M  +1    -1    src/kamoso.notifyrc
M  +1    -0    src/main.cpp

https://commits.kde.org/kamoso/f70ada9de7020c47a4dac86e4fa367c5317bfccd
Comment 6 Nate Graham 2019-03-04 16:02:58 UTC
Yay, much better! Thanks.