Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ruby形式のwav形式のオーディオファイルを再生する良い方法は何ですか?
OSXまたはUbuntu..。
Ruby 1.9.3
ゴスを使ってシンプルなゲームコンテキストでオーディオを再生したので、うまくいくと思います...
@tune = Gosu::Song.new(window, "tune.wav") @tune.play(true)