[asterisk-bugs] [Asterisk 0013450]: [patch] Audible clicks when playing a file with header larger than AU_HEADER_SIZE
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Sep 22 17:39:09 CDT 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=13450
======================================================================
Reported By: jamessan
Assigned To: seanbright
======================================================================
Project: Asterisk
Issue ID: 13450
Category: Formats/format_pcm
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: 1.4.21.2
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-09-09 13:11 CDT
Last Modified: 2008-09-22 17:39 CDT
======================================================================
Summary: [patch] Audible clicks when playing a file with
header larger than AU_HEADER_SIZE
Description:
format_pcm.c:check_header ignores the defined header size in the file and
instead simply expects the header to be AU_HEADER_SIZE bytes long. If the
headers are actually longer than that, this causes the audio to "click"
since the rest of the headers are played as part of the file.
I ran across this as sox adds it's own "Processed by SoX" comment to the
header when it transcodes files.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-09-22 17:39 svnbot Status assigned => resolved
2008-09-22 17:39 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list