[asterisk-bugs] [JIRA] (ASTERISK-22758) Support for A-law and u-law WAV file format
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Fri Oct 25 16:48:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-22758:
------------------------------------
Status: Open (was: Triage)
> Support for A-law and u-law WAV file format
> -------------------------------------------
>
> Key: ASTERISK-22758
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22758
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Formats/format_wav
> Affects Versions: SVN
> Environment: Any
> Reporter: Michael Walton
> Severity: Minor
> Attachments: format_wav.c.r364580.xlaw.patch
>
>
> The WAV file formatter (format_wav) has never supported A-law or u-law encoded WAV files. This patch adds A-law and u-law WAV file read and write support to the format_wav module.
> * Ideal for web and e-mail delivery of voice recordings, because it cuts down the recorded file size for e-mail or web delivery by 50% compared to 16-bit PCM WAV, with no discernible loss in quality.
> * The existing format_pcm can do u-law and A-law, but does not do WAV framing, making the files incompatible with most common media players.
> * The existing format_wav_gsm is commonly used for e-mail delivery, but we all know about GSM codec quality
> * Defines the following new format extensions:
> ** wava - A-law WAV
> ** wavu - u-law WAV
> ** wavs - 16-bit linear WAV
> The default .wav format after applying this patch is u-law (replacing 16-bit PCM), but the 16-bit PCM is retained as wavs
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list