# -*- encoding: utf-8 -*-
# stub: beeps 0.1.43 ruby lib
# stub: Rakefile

Gem::Specification.new do |s|
  s.name = "beeps".freeze
  s.version = "0.1.43".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["xordog".freeze]
  s.date = "2023-11-08"
  s.description = "Synthesize and play beep sounds.".freeze
  s.email = "xordog@gmail.com".freeze
  s.extensions = ["Rakefile".freeze]
  s.extra_rdoc_files = [".doc/ext/beeps/adsr.cpp".freeze, ".doc/ext/beeps/analyser.cpp".freeze, ".doc/ext/beeps/beeps.cpp".freeze, ".doc/ext/beeps/exception.cpp".freeze, ".doc/ext/beeps/file_in.cpp".freeze, ".doc/ext/beeps/gain.cpp".freeze, ".doc/ext/beeps/mic_in.cpp".freeze, ".doc/ext/beeps/native.cpp".freeze, ".doc/ext/beeps/oscillator.cpp".freeze, ".doc/ext/beeps/pitch_shift.cpp".freeze, ".doc/ext/beeps/processor.cpp".freeze, ".doc/ext/beeps/sound.cpp".freeze, ".doc/ext/beeps/sound_player.cpp".freeze, ".doc/ext/beeps/time_stretch.cpp".freeze]
  s.files = [".doc/ext/beeps/adsr.cpp".freeze, ".doc/ext/beeps/analyser.cpp".freeze, ".doc/ext/beeps/beeps.cpp".freeze, ".doc/ext/beeps/exception.cpp".freeze, ".doc/ext/beeps/file_in.cpp".freeze, ".doc/ext/beeps/gain.cpp".freeze, ".doc/ext/beeps/mic_in.cpp".freeze, ".doc/ext/beeps/native.cpp".freeze, ".doc/ext/beeps/oscillator.cpp".freeze, ".doc/ext/beeps/pitch_shift.cpp".freeze, ".doc/ext/beeps/processor.cpp".freeze, ".doc/ext/beeps/sound.cpp".freeze, ".doc/ext/beeps/sound_player.cpp".freeze, ".doc/ext/beeps/time_stretch.cpp".freeze, ".github/workflows/release-gem.yml".freeze, ".github/workflows/tag.yml".freeze, ".github/workflows/test.yml".freeze, ".github/workflows/utils.rb".freeze, "ChangeLog.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "beeps.gemspec".freeze, "ext/beeps/adsr.cpp".freeze, "ext/beeps/analyser.cpp".freeze, "ext/beeps/beeps.cpp".freeze, "ext/beeps/defs.h".freeze, "ext/beeps/exception.cpp".freeze, "ext/beeps/extconf.rb".freeze, "ext/beeps/file_in.cpp".freeze, "ext/beeps/gain.cpp".freeze, "ext/beeps/mic_in.cpp".freeze, "ext/beeps/native.cpp".freeze, "ext/beeps/oscillator.cpp".freeze, "ext/beeps/pitch_shift.cpp".freeze, "ext/beeps/processor.cpp".freeze, "ext/beeps/sound.cpp".freeze, "ext/beeps/sound_player.cpp".freeze, "ext/beeps/time_stretch.cpp".freeze, "include/beeps.h".freeze, "include/beeps/beeps.h".freeze, "include/beeps/debug.h".freeze, "include/beeps/defs.h".freeze, "include/beeps/exception.h".freeze, "include/beeps/filter.h".freeze, "include/beeps/generator.h".freeze, "include/beeps/processor.h".freeze, "include/beeps/ruby.h".freeze, "include/beeps/ruby/beeps.h".freeze, "include/beeps/ruby/defs.h".freeze, "include/beeps/ruby/exception.h".freeze, "include/beeps/ruby/filter.h".freeze, "include/beeps/ruby/generator.h".freeze, "include/beeps/ruby/processor.h".freeze, "include/beeps/ruby/sound.h".freeze, "include/beeps/signals.h".freeze, "include/beeps/sound.h".freeze, "lib/beeps.rb".freeze, "lib/beeps/autoinit.rb".freeze, "lib/beeps/beeps.rb".freeze, "lib/beeps/ext.rb".freeze, "lib/beeps/extension.rb".freeze, "lib/beeps/processor.rb".freeze, "lib/beeps/sound.rb".freeze, "src/adsr.cpp".freeze, "src/analyser.cpp".freeze, "src/beeps.cpp".freeze, "src/exception.cpp".freeze, "src/file_in.cpp".freeze, "src/gain.cpp".freeze, "src/mic_in.cpp".freeze, "src/mic_in.h".freeze, "src/openal.cpp".freeze, "src/openal.h".freeze, "src/oscillator.cpp".freeze, "src/osx/signals.mm".freeze, "src/pitch_shift.cpp".freeze, "src/processor.cpp".freeze, "src/processor.h".freeze, "src/signals.cpp".freeze, "src/signals.h".freeze, "src/sound.cpp".freeze, "src/sound.h".freeze, "src/time_stretch.cpp".freeze, "test/helper.rb".freeze, "test/test_beeps.rb".freeze, "test/test_beeps_init.rb".freeze, "test/test_file_in.rb".freeze, "test/test_processor.rb".freeze, "test/test_sound.rb".freeze, "test/test_sound_player.rb".freeze]
  s.homepage = "https://github.com/xord/beeps".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Plays beep sound.".freeze
  s.test_files = ["test/helper.rb".freeze, "test/test_beeps.rb".freeze, "test/test_beeps_init.rb".freeze, "test/test_file_in.rb".freeze, "test/test_processor.rb".freeze, "test/test_sound.rb".freeze, "test/test_sound_player.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<xot>.freeze, ["~> 0.1.40".freeze])
  s.add_runtime_dependency(%q<rucy>.freeze, ["~> 0.1.41".freeze])
end