robs | 1 Jul 2009 20:38
Picon
Favicon

Re: Sox and ogg files


--- On Mon, 29/6/09, MH Acct <mh_acct2 <at> yahoo.co.uk> wrote:
> Hi, I'm having some problems converting ogg files to ogg
> files (with different sound parameters to increase the
> volume for my media player) - the song data gets
> lost/corrupted when i transfer, for example a basic
> command:-

There was a bug fixed in v14.1.0:

  o Fix [1864216] comments mangled when writing ogg-vorbis.

Which version are you using?

  -Rob

------------------------------------------------------------------------------
robs | 1 Jul 2009 20:41
Picon
Favicon

Re: Maximum length for pipes?


--- On Tue, 30/6/09, Hans Schmucker <hansschmucker <at> gmail.com> wrote:
> There's an 8191 character limit for
> cmd.exe AFAIk. You don't have 8k
> yet, but judging from past experience with Microsoft, I'd
> say it's
> very likely that using pipes somehow expands the syntax
> until it fills
> 8k.
> Maybe you could create the bits in sequence and merge them
> together in
> a separate pass?

Vista comes with a new cmd replacement called PowerShell. I don't know if it's any better than cmd in this
respect, but it might be worth a try.

  -Rob

------------------------------------------------------------------------------
robs | 1 Jul 2009 20:53
Picon
Favicon

Re: Maximum length for pipes?


--- On Sat, 27/6/09, Kai Mainzer <kaimainzer <at> yahoo.de> wrote:
> sox --show-progress "|./sox -n -p synth
> 0.494 sine 3262.0 sine 3262.0 fade p 0.494 0.494 0 gain

Hmmm, there are some strange double dots in this command:

> fade p 0.082 0.082 0 gain -1..0" "|./sox -n -p

Maybe this is the problem in this case?

  -Rob

------------------------------------------------------------------------------
robs | 4 Jul 2009 18:48
Picon
Favicon

Re: Maximum length for pipes?


I can confirm that a sox command line of 8843 characters works okay under the bash shell (under both linux and
cygwin), so if bash is not suitable for your needs, I'd suggest trying windows PowerShell (ksh/bash-like).

Cheers,
Rob

------------------------------------------------------------------------------
ajmcello | 6 Jul 2009 06:19
Picon

How to show duration only


Is there a way I can use sox to just print the Duration of a sound file and not play it?


------------------------------------------------------------------------------
_______________________________________________
Sox-users mailing list
Sox-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users
Eric R. | 6 Jul 2009 06:47
Picon
Favicon

Re: How to show duration only

On Sun, 5 Jul 2009 21:19:42 -0700
ajmcello <ajmcello78 <at> gmail.com> wrote:

> Is there a way I can use sox to just print the Duration of a sound
> file and not play it?

You can use soxi.  Examples:

soxi -d file.ext
soxi -D file.ext
soxi -s file.ext

All three lines show just the duration.  The first (-d) prints in
HH:MM:SS.ss format.  The second (-D) prints seconds.  The third shows
the duration in samples.

------------------------------------------------------------------------------
ajmcello | 6 Jul 2009 07:05
Picon

Re: How to show duration only


I have version 14.2 installed. soxi -D gives invalid option.


On Sun, Jul 5, 2009 at 9:47 PM, Eric R. <reric <at> att.net> wrote:
On Sun, 5 Jul 2009 21:19:42 -0700
ajmcello <ajmcello78 <at> gmail.com> wrote:

> Is there a way I can use sox to just print the Duration of a sound
> file and not play it?

You can use soxi.  Examples:

soxi -d file.ext
soxi -D file.ext
soxi -s file.ext

All three lines show just the duration.  The first (-d) prints in
HH:MM:SS.ss format.  The second (-D) prints seconds.  The third shows
the duration in samples.


------------------------------------------------------------------------------
_______________________________________________
Sox-users mailing list
Sox-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users

------------------------------------------------------------------------------
_______________________________________________
Sox-users mailing list
Sox-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users
Chris Bagwell | 6 Jul 2009 15:13

Re: How to show duration only



On Mon, Jul 6, 2009 at 12:05 AM, ajmcello <ajmcello78 <at> gmail.com> wrote:

I have version 14.2 installed. soxi -D gives invalid option.


Under windows?  First run "copy sox.exe soxi.exe" and then run from that.  Other platforms "ln -s sox soxi".

Chris
------------------------------------------------------------------------------
_______________________________________________
Sox-users mailing list
Sox-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users
ajmcello | 6 Jul 2009 17:22
Picon

Re: How to show duration only



No, Ubuntu Linux.

On Mon, Jul 6, 2009 at 6:13 AM, Chris Bagwell <chris <at> cnpbagwell.com> wrote:


On Mon, Jul 6, 2009 at 12:05 AM, ajmcello <ajmcello78 <at> gmail.com> wrote:

I have version 14.2 installed. soxi -D gives invalid option.


Under windows?  First run "copy sox.exe soxi.exe" and then run from that.  Other platforms "ln -s sox soxi".

Chris

------------------------------------------------------------------------------

_______________________________________________
Sox-users mailing list
Sox-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users


------------------------------------------------------------------------------
_______________________________________________
Sox-users mailing list
Sox-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users

Gmane