modulepackage
0.0.0-20240729040011-fe23f0609ba2
Repository: https://github.com/drelf2018/go-beep-player.git
Documentation: pkg.go.dev
# README
go-beep-player
编写音谱后调用系统蜂鸣器演奏
演示
package example_test
import (
"testing"
"github.com/Drelf2018/go-beep-player"
"github.com/Drelf2018/go-beep-player/example"
)
func TestHaruhikage(t *testing.T) {
player := beep.Player{BPM: 95, Major: beep.MajorB}
player.Play(0, 1, 100, example.Haruhikage)
}
# Packages
No description provided by the author
# Variables
No description provided by the author