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.21.0 - duct tape audio suite for *nix
@ 2022-09-06 21:47  4% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2022-09-06 21:47 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 primarily implemented
in Ruby, but will gradually switch to a language with fewer backwards
incompatibilities in the future.

Changes:

    There's two minor fixes for dtas-splitfx, and one for
    dtas-player users using the rate=bypass optimization.

    3 changes since v0.20.0 (2022-02-03):

          splitfx: fix error reporting of failed tracks
          splitfx: warn on improper encodings for titles
          player: drain sinks completely before changing sink rate

* 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://;AUTH=ANONYMOUS@public-inbox.org/inbox.comp.audio.dtas.0
  nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.audio.dtas
  imap://;AUTH=ANONYMOUS@7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.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] splitfx: warn on improper encodings for titles
@ 2022-04-01  9:00  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2022-04-01  9:00 UTC (permalink / raw)
  To: dtas-all

Sometimes I get non-English song titles and copy+paste them from
non-UTF8 texts.
---
 lib/dtas/splitfx.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/dtas/splitfx.rb b/lib/dtas/splitfx.rb
index 1584e16..bb31ab5 100644
--- a/lib/dtas/splitfx.rb
+++ b/lib/dtas/splitfx.rb
@@ -290,6 +290,7 @@ def parse_track(argv)
       t = T.new
       t.tbeg = @t2s.call(start_time)
       t.comments = @comments.dup
+      title.valid_encoding? or warn "#{title.inspect} encoding invalid"
       t.comments["TITLE"] = title
       t.env = @env.dup
 


^ 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 --
2022-04-01  9:00  7% [PATCH] splitfx: warn on improper encodings for titles Eric Wong
2022-09-06 21:47  4% [ANN] dtas 0.21.0 - 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).