dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: show background activity status
Ariver
2026-05-18
6a74e8e739c3d2db2db737b1ecb0117eb88a4129
[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() {}