dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: enlarge menu bar icon
Ariver
2026-05-17
536e0ce7ee8895d52f08cbc839a3cf4ab4156fe9
[crazy-macs/private-voice.git]
/
VoiceSnapGo
/
internal
/
sound
/
sound_other.go
1
2
3
4
5
6
7
//go:build !windows
package sound
func PlayStart() {}
func PlayDone() {}
func PlayCancel() {}