Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] wav files compression


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
keith.wood2000 at gmai...
Guest





PostPosted: Sat Oct 03, 2009 1:56 am    Post subject: [Freeswitch-users] wav files compression Reply with quote

 
I am working on an implementation for managing thousands of IVR within an organization.  Right now, I am storing all audio files in wav format, but it quickly become unmanagable because the size of these wav files ( 8 bits mono ) quickly consuming a lot of the disk space.
 
Is there anyway I can store those audio files and still have high quality audio for IVR?  I know mp3 is smaller but freeswitch does not support it.
 
any ideas?
 
keith
Back to top
dujinfang at gmail.com
Guest





PostPosted: Sat Oct 03, 2009 2:21 am    Post subject: [Freeswitch-users] wav files compression Reply with quote

FS support recording to mp3 directly through mod_shout but you might not want to use that for performance reason.

You can use lame to convert .wav to .mp3 regularly( by crontab if you on linux) or immediately after record(by using iwatch, or listening to event socket to see when the record is done ).

2009/10/3 Keith Wood <keith.wood2000@gmail.com (keith.wood2000@gmail.com)>
Quote:
 
I am working on an implementation for managing thousands of IVR within an organization.  Right now, I am storing all audio files in wav format, but it quickly become unmanagable because the size of these wav files ( 8 bits mono ) quickly consuming a lot of the disk space.
 
Is there anyway I can store those audio files and still have high quality audio for IVR?  I know mp3 is smaller but freeswitch does not support it.
 
any ideas?
 
keith

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
brian at freeswitch.org
Guest





PostPosted: Sat Oct 03, 2009 10:02 am    Post subject: [Freeswitch-users] wav files compression Reply with quote

MP3 is NOT recommend and if WAV files are too large you can mosey on
down to the local Best Buy and snag 1.5TB of disk for like $119
dollars. Disk is cheap.

/b

On Oct 3, 2009, at 1:44 AM, Keith Wood wrote:

Quote:

I am working on an implementation for managing thousands of IVR
within an organization. Right now, I am storing all audio files in
wav format, but it quickly become unmanagable because the size of
these wav files ( 8 bits mono ) quickly consuming a lot of the disk
space.

Is there anyway I can store those audio files and still have high
quality audio for IVR? I know mp3 is smaller but freeswitch does
not support it.

any ideas?

keith
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-
users
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
diego.viola at gmail.com
Guest





PostPosted: Sat Oct 03, 2009 12:18 pm    Post subject: [Freeswitch-users] wav files compression Reply with quote

Why is not recommended?

On Sat, Oct 3, 2009 at 2:52 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
MP3 is NOT recommend and if WAV files are too large you can mosey on
down to the local Best Buy and snag 1.5TB of disk for like $119
dollars.  Disk is cheap.

/b


On Oct 3, 2009, at 1:44 AM, Keith Wood wrote:

Quote:

I am working on an implementation for managing thousands of IVR
within an organization.  Right now, I am storing all audio files in
wav format, but it quickly become unmanagable because the size of
these wav files ( 8 bits mono ) quickly consuming a lot of the disk
space.

Is there anyway I can store those audio files and still have high
quality audio for IVR?  I know mp3 is smaller but freeswitch does
not support it.

any ideas?

keith



Quote:
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-
users
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Back to top
brian at freeswitch.org
Guest





PostPosted: Sat Oct 03, 2009 12:36 pm    Post subject: [Freeswitch-users] wav files compression Reply with quote

Lets see... mp3 decoding is heavy compared to wav files.. its 2009 and disk is cheap and fast why worry about it? Not sure you wanna scale mp3 playback to the same level you can wav files.

/b

On Oct 3, 2009, at 12:07 PM, Diego Viola wrote:
Quote:
Why is not recommended?

On Sat, Oct 3, 2009 at 2:52 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
MP3 is NOT recommend and if WAV files are too large you can mosey on
down to the local Best Buy and snag 1.5TB of disk for like $119
dollars. Disk is cheap.

/b

Back to top
steveu at coppice.org
Guest





PostPosted: Sat Oct 03, 2009 12:55 pm    Post subject: [Freeswitch-users] wav files compression Reply with quote

On 10/04/2009 01:07 AM, Diego Viola wrote:
Quote:
Why is not recommended?

Square peg. Round hole.
Quote:
On Sat, Oct 3, 2009 at 2:52 PM, Brian West <brian@freeswitch.org
<mailto:brian@freeswitch.org>> wrote:

MP3 is NOT recommend and if WAV files are too large you can mosey on
down to the local Best Buy and snag 1.5TB of disk for like $119
dollars. Disk is cheap.

/b

On Oct 3, 2009, at 1:44 AM, Keith Wood wrote:

Quote:

I am working on an implementation for managing thousands of IVR
within an organization. Right now, I am storing all audio files in
wav format, but it quickly become unmanagable because the size of
these wav files ( 8 bits mono ) quickly consuming a lot of the disk
space.

Is there anyway I can store those audio files and still have high
quality audio for IVR? I know mp3 is smaller but freeswitch does
not support it.

any ideas?

keith

Steve


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
diego.viola at gmail.com
Guest





PostPosted: Sat Oct 03, 2009 1:26 pm    Post subject: [Freeswitch-users] wav files compression Reply with quote

I see, does Ogg/Vorbis have the same problem?

Diego

On Sat, Oct 3, 2009 at 5:47 PM, Steve Underwood <steveu@coppice.org (steveu@coppice.org)> wrote:
Quote:
On 10/04/2009 01:07 AM, Diego Viola wrote:
Quote:
Why is not recommended?


Square peg. Round hole.
Quote:
On Sat, Oct 3, 2009 at 2:52 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)

Quote:
<mailto:brian@freeswitch.org (brian@freeswitch.org)>> wrote:

    MP3 is NOT recommend and if WAV files are too large you can mosey on
    down to the local Best Buy and snag 1.5TB of disk for like $119
    dollars.  Disk is cheap.

    /b

    On Oct 3, 2009, at 1:44 AM, Keith Wood wrote:

    >
    > I am working on an implementation for managing thousands of IVR
    > within an organization.  Right now, I am storing all audio files in
    > wav format, but it quickly become unmanagable because the size of
    > these wav files ( 8 bits mono ) quickly consuming a lot of the disk
    > space.
    >
    > Is there anyway I can store those audio files and still have high
    > quality audio for IVR?  I know mp3 is smaller but freeswitch does
    > not support it.
    >
    > any ideas?
    >
    > keith


Steve



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Back to top
brian at freeswitch.org
Guest





PostPosted: Sat Oct 03, 2009 1:48 pm    Post subject: [Freeswitch-users] wav files compression Reply with quote

Yes... Why add layers of bullshit on top of audio that is going to
traverse the public phone network? PCM raw or ulaw/alaw are the most
optimal formats.

/b

On Oct 3, 2009, at 1:17 PM, Diego Viola wrote:

Quote:
I see, does Ogg/Vorbis have the same problem?

Diego


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
steveu at coppice.org
Guest





PostPosted: Sat Oct 03, 2009 1:53 pm    Post subject: [Freeswitch-users] wav files compression Reply with quote

On 10/04/2009 02:17 AM, Diego Viola wrote:
Quote:
I see, does Ogg/Vorbis have the same problem?
Yep. Anything designed for general purpose audio is going to be a poor
choice when you want to achieve compact storage of narrowband voice.

Quote:
Diego

On Sat, Oct 3, 2009 at 5:47 PM, Steve Underwood <steveu@coppice.org
<mailto:steveu@coppice.org>> wrote:

On 10/04/2009 01:07 AM, Diego Viola wrote:
Quote:
Why is not recommended?

Square peg. Round hole.
Quote:
On Sat, Oct 3, 2009 at 2:52 PM, Brian West <brian@freeswitch.org
<mailto:brian@freeswitch.org>
Quote:
<mailto:brian@freeswitch.org <mailto:brian@freeswitch.org>>> wrote:

MP3 is NOT recommend and if WAV files are too large you can
mosey on
Quote:
down to the local Best Buy and snag 1.5TB of disk for like $119
dollars. Disk is cheap.

/b

On Oct 3, 2009, at 1:44 AM, Keith Wood wrote:

Quote:

I am working on an implementation for managing thousands of IVR
within an organization. Right now, I am storing all audio
files in
Quote:
Quote:
wav format, but it quickly become unmanagable because the size of
these wav files ( 8 bits mono ) quickly consuming a lot of the
disk
Quote:
Quote:
space.

Is there anyway I can store those audio files and still have high
quality audio for IVR? I know mp3 is smaller but freeswitch does
not support it.

any ideas?

Steve


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
tculjaga at gmail.com
Guest





PostPosted: Sat Oct 03, 2009 6:49 pm    Post subject: [Freeswitch-users] wav files compression Reply with quote

also, you can store files in PCMA/PCMU format and avoid transcoding at all... and as said disk space is cheap.. go get some...

On Sat, Oct 3, 2009 at 7:07 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote:
Why is not recommended?


On Sat, Oct 3, 2009 at 2:52 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
MP3 is NOT recommend and if WAV files are too large you can mosey on
down to the local Best Buy and snag 1.5TB of disk for like $119
dollars.  Disk is cheap.

/b


On Oct 3, 2009, at 1:44 AM, Keith Wood wrote:

Quote:

I am working on an implementation for managing thousands of IVR
within an organization.  Right now, I am storing all audio files in
wav format, but it quickly become unmanagable because the size of
these wav files ( 8 bits mono ) quickly consuming a lot of the disk
space.

Is there anyway I can store those audio files and still have high
quality audio for IVR?  I know mp3 is smaller but freeswitch does
not support it.

any ideas?

keith



Quote:
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-
users
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org







_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
nandy1925 at gmail.com
Guest





PostPosted: Sun Oct 04, 2009 2:41 am    Post subject: [Freeswitch-users] wav files compression Reply with quote

agree that WAV/PCMA/PCMU formats are best for performance. you can use mp3/ogg ONLY to archive recorded files.
/nandy

On Sun, Oct 4, 2009 at 7:38 AM, Tihomir Culjaga <tculjaga@gmail.com (tculjaga@gmail.com)> wrote:
Quote:
also, you can store files in PCMA/PCMU format and avoid transcoding at all... and as said disk space is cheap.. go get some...


On Sat, Oct 3, 2009 at 7:07 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote:
Why is not recommended?


On Sat, Oct 3, 2009 at 2:52 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
MP3 is NOT recommend and if WAV files are too large you can mosey on
down to the local Best Buy and snag 1.5TB of disk for like $119
dollars.  Disk is cheap.

/b


On Oct 3, 2009, at 1:44 AM, Keith Wood wrote:

Quote:

I am working on an implementation for managing thousands of IVR
within an organization.  Right now, I am storing all audio files in
wav format, but it quickly become unmanagable because the size of
these wav files ( 8 bits mono ) quickly consuming a lot of the disk
space.

Is there anyway I can store those audio files and still have high
quality audio for IVR?  I know mp3 is smaller but freeswitch does
not support it.

any ideas?

keith



Quote:
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-
users
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org







_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org






_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services