Bug#479557: sox: /usr/bin/play accepts at most 32 input files

2008-05-05 Thread Kari Pahula
Package: sox
Version: 14.0.1-2
Severity: wishlist

$ ls | wc -l
51
$ play *
play sox: Too many filenames; maximum is 32 input files and 1 output file

Could you please lift this one?  I can easily hit this limit with
longer playlists.  Looks like allocating an array for the input files
dynamically wouldn't hurt.

I can see this gem in sox.c:
#define MAX_INPUT_FILES 32



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#479557: sox: /usr/bin/play accepts at most 32 input files

2008-05-05 Thread Pascal Giard
See below...

On Mon, May 5, 2008 at 9:07 AM, Kari Pahula [EMAIL PROTECTED] wrote:
 Package: sox
  Version: 14.0.1-2
  Severity: wishlist

  $ ls | wc -l
  51
  $ play *
  play sox: Too many filenames; maximum is 32 input files and 1 output file

  Could you please lift this one?  I can easily hit this limit with
  longer playlists.  Looks like allocating an array for the input files
  dynamically wouldn't hurt.

  I can see this gem in sox.c:
  #define MAX_INPUT_FILES 32

Is there a reason for this not to be dynamic?

-Pascal
-- 
Homepage (http://organact.mine.nu)
Debian GNU/Linux (http://www.debian.org)
LACIME: École de technologie supérieure (http://lacime.etsmtl.ca)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]