[Home]

Summary:ASTERISK-08002: silence/* files in asterisk-extra-sounds all the same
Reporter:Mark Monnin (wrmem)Labels:
Date Opened:2006-10-25 08:54:02Date Closed:2006-10-25 14:13:23
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The sound files "silence/1.fmt" "silence/2.fmt" "silence/3.fmt" all appear to be the same file instead of silence of differing lengths.  It appears to be all approx. 1 second in duration.

The old way was that "silence/4" should represent a silence with a duration of 4 seconds.

Only checked the silence of ulaw/alaw/wav/gsm of asterisk-extra-sounds-en-*, but probably the same for others too.

****** ADDITIONAL INFORMATION ******

asterisk-extra-sounds-en-alaw-1.4.2.tar.gz  
asterisk-extra-sounds-en-ulaw-1.4.2.tar.gz
asterisk-extra-sounds-en-gsm-1.4.2.tar.gz
asterisk-extra-sounds-en-wav-1.4.2.tar.gz

/var/lib/asterisk/sounds/silence> diff -s 2.gsm 7.gsm
Files 2.gsm and 7.gsm are identical

/var/lib/asterisk/sounds/silence> diff -s 2.ulaw 7.ulaw
Files 2.ulaw and 7.ulaw are identical

/var/lib/asterisk/sounds/silence> diff -s 2.wav 7.wav
Files 2.wav and 7.wav are identical

/var/lib/asterisk/sounds/silence> diff -s 2.alaw 7.alaw
Files 2.alaw and 7.alaw are identical


Comments:By: Russell Bryant (russell) 2006-10-25 13:05:53

Apparently these files are going through the same processing as all of the other sounds, which trims silence from the file, and then adds a specified amount of silence to the beginning and end of the file, which in this case, is empty since the files were just silence!

This should be fixed momentarily, and will be in the 1.4.3 release of the sounds.

By: Russell Bryant (russell) 2006-10-25 14:13:23

The fixes are now complete, thanks for the report!