タイトル : Swift-Playgrounds: システム音を鳴らす
更新日 : 2022-07-26
カテゴリ : プログラミング
タグ :
swift   

システム音を鳴らす

import AVFoundation

var soundId: SystemSoundID = 1005

AudioServicesPlaySystemSound(soundId)

SystemSoundID は、https://iphonedev.wiki/index.php/AudioServices で参照した。