sample_volume.hsp
#include "hsp3cl_net_64.as"
#include "hspcoreaudio.as"
coreaudio_init
if stat < 0 : dialog "coreaudio init failed" : end 1
システム音量
ddim sys_vol, 1
ddim sys_peak, 1
dim sys_mute, 1
coreaudio_system_get_volume sys_vol
sample\coreaudio\sample_volume.hsp - 2026/04/19
test_hspcoreaudio.hsp
#include "hsp3cl_net_64.as"
#include "hsptestrt.as"
#include "iron_test_ex.hsp"
#include "hspcoreaudio.as"
test_case "init / shutdown"
coreaudio_init
expect_eq stat, 0
coreaudio_shutdown
expect_eq stat, 0
test_end
test_case "system volume
sample\coreaudio\test_hspcoreaudio.hsp - 2026/04/19