|
From: SourceForge.net <no...@so...> - 2009-04-19 02:21:18
|
Bugs item #2703049, was opened at 2009-03-22 12:19 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110706&aid=2703049&group_id=10706 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: paladin (pirates12345678) Assigned to: Nobody/Anonymous (nobody) Summary: "sox -c 1 input.wav inputmono.wav" slows sound Initial Comment: System is Fedora 10 sox --version sox: SoX v14.2.0 yum info sox Geladene Plugins: fastestmirror, refresh-packagekit, remove-with-leaves Installierte Pakete Name : sox Architektur : i386 Version : 14.1.0 Ausgabe : 5.20081105cvs.fc10 Grsse : 967 k Repo : installed --- mi input.wav General Complete name : input.wav Format : Wave File size : 606 MiB Duration : 1h 0mn Overall bit rate : 1 411.2 Kbps Audio Format : PCM Codec ID : 1 Codec ID/Hint : Microsoft Bit rate : 1 411.2 Kbps Channel(s) : 2 channels Sampling rate : 44.1 KHz Resolution : 16 bits Alignment : Split accross interleaves --- mi inputmono.wav General Complete name : inputmono.wav Format : Wave File size : 606 MiB Duration : 2h 0mn Overall bit rate : 705.6 Kbps Audio Format : PCM Codec ID : 1 Codec ID/Hint : Microsoft Bit rate : 705.6 Kbps Channel(s) : 1 channel Sampling rate : 44.1 KHz Resolution : 16 bits Alignment : Split accross interleaves The Duration is on the mono wav 2 hours. sox add the time from the 2 chans to the one and slows the sound playback.... ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2009-04-19 02:21 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: robs (robs) Date: 2009-03-22 14:31 Message: This behaviour is to be expected: -c with the input file is used to inform SoX of the number of channels in the file; it's used mainly with raw files, but if used with a headered file, it will override the value in the header. What you probably wanted here was to use -c with the output file, i.e. sox input.wav -c 1 inputmono.wav HTH. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110706&aid=2703049&group_id=10706 |