sox-users@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
From: Jeremy Nicoll - ml sox users <jn.ml.sxu.88@wingsandbeaks.org.uk>
To: sox-users@lists.sourceforge.net
Subject: Re: Chopping wav samples
Date: Tue, 24 Mar 2020 14:01:12 +0000	[thread overview]
Message-ID: <5a079077eead342a25199203b4dbe929@wingsandbeaks.org.uk> (raw)
In-Reply-To: <EB_IEhlQciagoNzcakNr9Tkiy7Kj3kKMfk1Je6lFfhTOyvrGObhNmwyXnsN81kuzWrQY6KqL9ts8V9Sw73kJQemSHXcHPTqF5AtblK7IRZw=@protonmail.com>

On 2020-03-24 09:48, K. H. Hom via Sox-users wrote:
> Thank you for the reply.



> Am Freitag, März 20, 2020 9:41 PM schrieb Jeremy Nicoll - ml sox users
> <jn.ml.sxu.88@wingsandbeaks.org.uk>:

>> You need to use %% where you want a single one. See: "Quoting and
>> escaping" at:
>> 
>> https://en.wikibooks.org/wiki/Windows_Batch_Scripting#How_a_command_line_is_interpreted
> 
> Yeah I know and the manual says :
> "
> The command-line arguments AKA command-line parameters passed to a
> batch script are accessible as %1, %2, ..., %9.
> "
> as well as "%~1" search the doc ...
> 
> When dragging a file on the the bat file , the %~1 with be replaced
> with the path to the file as mentioned in my first post. But that
> wasnt the question.

No, but the "&" signs further along your command might be the problem.  
In your
original question you described a command containing

  sox "%~1" temp_outfile.wav silence 1 0.1 1% 1 0.1 1% : newfile : 
restart

Note the: "1 0.1 1% 1 0.1 1% "

I am not sure whether your command really contained all of that or had 
the
simpler "1 0.1 1" parameters in it.

I was trying to say that if you'd wanted  "1 0.1 1% 1 0.1 1%"  to work 
you
would have needed to code  "1 0.1 1%% 1 0.1 1%%", for the BAT file to 
use
the command you wanted.

If that's not what you were asking, you need to be clearer.




> The question is now wht is this command not working:
> 
> sox "C:\Users\hom\Downloads\Desktop\New folder (3)\threebursts.wav"
> temp_outfile.wav silence 1 0.1 1 : newfile : restart

OK, so that's a different question.   "Not working" is not a useful
description of what is or is not happening.

What is in threebursts.wav?

What does happen?  How many files are produced, if any?

What did you expect/hope would happen?

Does the expected single action work properly if you omit the newfile
& restart?


-- 
Jeremy Nicoll - my opinions are my own


_______________________________________________
Sox-users mailing list
Sox-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users

  reply	other threads:[~2020-03-24 14:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-20  9:37 Chopping wav samples K. H. Hom via Sox-users
2020-03-20 20:41 ` Jeremy Nicoll - ml sox users
2020-03-24  9:48   ` K. H. Hom via Sox-users
2020-03-24 14:01     ` Jeremy Nicoll - ml sox users [this message]
2020-03-29 14:27       ` K. H. Hom via Sox-users

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.sourceforge.net/lists/listinfo/sox-users

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5a079077eead342a25199203b4dbe929@wingsandbeaks.org.uk \
    --to=sox-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.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).