# -*- encoding: utf-8 -*- # stub: dtas 0.9.0 ruby lib Gem::Specification.new do |s| s.name = "dtas".freeze s.version = "0.9.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["dtas hackers".freeze] s.date = "2014-12-22" s.description = "Free Software command-line tools for audio playback, mastering, and\nwhatever else related to audio. dtas follows the worse-is-better\nphilosophy and acts as duct tape to combine existing command-line tools\nfor flexibility and ease-of-development. dtas is currently implemented\nin Ruby (and some embedded shell), but may use other languages in the\nfuture.".freeze s.email = "e@80x24.org".freeze s.executables = ["dtas-console".freeze, "dtas-ctl".freeze, "dtas-cueedit".freeze, "dtas-enq".freeze, "dtas-msinkctl".freeze, "dtas-partstats".freeze, "dtas-player".freeze, "dtas-sinkedit".freeze, "dtas-sourceedit".freeze, "dtas-splitfx".freeze, "dtas-tl".freeze, "dtas-xdelay".freeze] s.files = [".gitignore".freeze, "COPYING".freeze, "Documentation/.gitignore".freeze, "Documentation/GNUmakefile".freeze, "Documentation/dtas-console.txt".freeze, "Documentation/dtas-ctl.txt".freeze, "Documentation/dtas-cueedit.txt".freeze, "Documentation/dtas-enq.txt".freeze, "Documentation/dtas-msinkctl.txt".freeze, "Documentation/dtas-player.txt".freeze, "Documentation/dtas-player_effects.txt".freeze, "Documentation/dtas-player_protocol.txt".freeze, "Documentation/dtas-player_sink_examples.txt".freeze, "Documentation/dtas-sinkedit.txt".freeze, "Documentation/dtas-sourceedit.txt".freeze, "Documentation/dtas-splitfx.txt".freeze, "Documentation/dtas-tl.txt".freeze, "Documentation/dtas-xdelay.txt".freeze, "GIT-VERSION-FILE".freeze, "GIT-VERSION-GEN".freeze, "GNUmakefile".freeze, "HACKING".freeze, "INSTALL".freeze, "NEWS".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "bin/dtas-console".freeze, "bin/dtas-ctl".freeze, "bin/dtas-cueedit".freeze, "bin/dtas-enq".freeze, "bin/dtas-msinkctl".freeze, "bin/dtas-partstats".freeze, "bin/dtas-player".freeze, "bin/dtas-sinkedit".freeze, "bin/dtas-sourceedit".freeze, "bin/dtas-splitfx".freeze, "bin/dtas-tl".freeze, "bin/dtas-xdelay".freeze, "dtas-linux.gemspec".freeze, "dtas-mpris.gemspec".freeze, "dtas.gemspec".freeze, "examples/README".freeze, "examples/splitfx.sample.yml".freeze, "examples/trimfx.sample.yml".freeze, "lib/dtas.rb".freeze, "lib/dtas/buffer.rb".freeze, "lib/dtas/buffer/read_write.rb".freeze, "lib/dtas/buffer/splice.rb".freeze, "lib/dtas/command.rb".freeze, "lib/dtas/compat_onenine.rb".freeze, "lib/dtas/compat_rbx.rb".freeze, "lib/dtas/cue_index.rb".freeze, "lib/dtas/disclaimer.rb".freeze, "lib/dtas/edit_client.rb".freeze, "lib/dtas/format.rb".freeze, "lib/dtas/parse_time.rb".freeze, "lib/dtas/partstats.rb".freeze, "lib/dtas/pipe.rb".freeze, "lib/dtas/player.rb".freeze, "lib/dtas/player/client_handler.rb".freeze, "lib/dtas/process.rb".freeze, "lib/dtas/replaygain.rb".freeze, "lib/dtas/rg_state.rb".freeze, "lib/dtas/serialize.rb".freeze, "lib/dtas/sigevent.rb".freeze, "lib/dtas/sigevent/efd.rb".freeze, "lib/dtas/sigevent/pipe.rb".freeze, "lib/dtas/sink.rb".freeze, "lib/dtas/source.rb".freeze, "lib/dtas/source/av.rb".freeze, "lib/dtas/source/av_ff_common.rb".freeze, "lib/dtas/source/cmd.rb".freeze, "lib/dtas/source/common.rb".freeze, "lib/dtas/source/ff.rb".freeze, "lib/dtas/source/file.rb".freeze, "lib/dtas/source/mp3gain.rb".freeze, "lib/dtas/source/sox.rb".freeze, "lib/dtas/splitfx.rb".freeze, "lib/dtas/state_file.rb".freeze, "lib/dtas/tracklist.rb".freeze, "lib/dtas/trimfx.rb".freeze, "lib/dtas/unix_accepted.rb".freeze, "lib/dtas/unix_client.rb".freeze, "lib/dtas/unix_server.rb".freeze, "lib/dtas/util.rb".freeze, "lib/dtas/version.rb".freeze, "lib/dtas/writable_iter.rb".freeze, "lib/dtas/xs.rb".freeze, "man/dtas-console.1".freeze, "man/dtas-ctl.1".freeze, "man/dtas-enq.1".freeze, "man/dtas-msinkctl.1".freeze, "man/dtas-player.1".freeze, "man/dtas-player_protocol.7".freeze, "man/dtas-player_sink_examples.7".freeze, "man/dtas-sinkedit.1".freeze, "man/dtas-sourceedit.1".freeze, "man/dtas-splitfx.1".freeze, "man/dtas-tl.1".freeze, "man/dtas-xdelay.1".freeze, "perl/dtas-graph".freeze, "setup.rb".freeze, "test/covshow.rb".freeze, "test/helper.rb".freeze, "test/player_integration.rb".freeze, "test/test_buffer.rb".freeze, "test/test_env.rb".freeze, "test/test_format.rb".freeze, "test/test_format_change.rb".freeze, "test/test_player.rb".freeze, "test/test_player_client_handler.rb".freeze, "test/test_player_integration.rb".freeze, "test/test_process.rb".freeze, "test/test_rg_integration.rb".freeze, "test/test_rg_state.rb".freeze, "test/test_sink.rb".freeze, "test/test_sink_pipe_size.rb".freeze, "test/test_sink_tee_integration.rb".freeze, "test/test_source_av.rb".freeze, "test/test_source_sox.rb".freeze, "test/test_splitfx.rb".freeze, "test/test_tracklist.rb".freeze, "test/test_trimfx.rb".freeze, "test/test_unixserver.rb".freeze, "test/test_util.rb".freeze] s.homepage = "http://dtas.80x24.org/".freeze s.licenses = ["GPLv3+".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "duct tape audio suite for *nix".freeze end