everything related to duct tape audio suite (dtas)
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] dtas 0.18.1 - duct tape audio suite for *nix
@ 2021-02-13 21:59  4% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2021-02-13 21:59 UTC (permalink / raw)
  To: dtas-all, ruby-talk

Free Software command-line tools for audio playback, mastering, and
whatever else related to audio.  dtas follows the worse-is-better
philosophy and acts as duct tape to combine existing command-line tools
for flexibility and ease-of-development.  dtas is currently implemented
in Ruby (and some embedded shell), but may use other languages in the
future.

Changes:

    Mainly seek improvements to dtas-player.  The fallback to use
    charlock-holmes for strangely-encoded files is fixed.

    7 changes since 0.18.0 (2020-02-03):

          splitfx: reduce syscalls for writing comments file
          splitfx: support --err-suffix option
          player: fix +/- directional seeks while paused
          README: update and add more URLs for archives
          encoding: use CharlockHolmes properly on first run
          dtas-console: gracefully handle seek failures
          INSTALL: update dependencies for current Debian stable

* homepage: https://80x24.org/dtas/
* https://80x24.org/dtas/INSTALL
* https://80x24.org/dtas/dtas-player.txt
* https://80x24.org/dtas/NEWS.atom
* git clone https://80x24.org/dtas.git
* dtas-all@nongnu.org (plain-text only, no HTML mail, please)
* mail archives: https://80x24.org/dtas-all/
  nntps://news.public-inbox.org/inbox.comp.audio.dtas
  imaps://anon:mous@public-inbox.org/inbox.comp.audio.dtas.0
  nntp://ou63pmih66umazou.onion/inbox.comp.audio.dtas
  imap://anon:mous@ou63pmih66umazou.onion/inbox.comp.audio.dtas.0
  https://80x24.org/dtas-all/new.atom

note: .onion URLs require Tor: <https://www.torproject.org/>


^ permalink raw reply	[relevance 4%]

* [PATCH] INSTALL: update dependencies for current Debian stable
@ 2021-02-13 21:48  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2021-02-13 21:48 UTC (permalink / raw)
  To: dtas-all

Unfortunately, mp3gain is no longer in current versions and
using old Debian archives is required.
---
 INSTALL | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/INSTALL b/INSTALL
index 107365a..fef199f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Uncommon for audio software, dtas is implemented in Ruby.
+Uncommon for audio software, dtas is currently implemented in Ruby.
 
 The latest stable release or development snapshot of Ruby is recommended.
 However, Ruby 1.9.3 and later works, but older versions of Ruby do not.
@@ -8,13 +8,14 @@ dtas-player uses SoX by default and you will need it unless you've
 reconfigured dtas-player to use something else.
 
 mp3gain is required if you want to use ReplayGain with MP3s
+(it is no longer in new versions of Debian)
 
 If you only intend to use dtas-cueedit, you will need metaflac(1) from
 the FLAC package.
 
-Debian 7+ users can install dependencies easily:
+Debian 10+ users can install dependencies easily:
 
-    sudo apt-get install sox libsox-fmt-all mp3gain flac ruby-dev
+    sudo apt-get install sox libsox-fmt-all flac ruby-dev ruby-charlock-holmes
 
 For future upgrades of dtas
 
@@ -49,5 +50,5 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2020 all contributors <dtas-all@nongnu.org>
+Copyright 2013-2021 all contributors <dtas-all@nongnu.org>
 License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>


^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-02-13 21:48  7% [PATCH] INSTALL: update dependencies for current Debian stable Eric Wong
2021-02-13 21:59  4% [ANN] dtas 0.18.1 - duct tape audio suite for *nix Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/dtas.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).