Home » questions » how can i compress .wav file into smaller size?

how can i compress .wav file into smaller size?

2006-08-12 05:37:57, Category: Programming & Design
actually i m trying to upload call record data , for that perpose i have to make .wav file in compress format bcoz of if i m trying to record call about 2 min it'll(.wav) take about 400kb and it cannt possible to upload that data with same time so if any one have idea about compression plz tell me thanks santosh

Answers

  1. Jeremie R

    On 2006-08-12 05:40:24


    Winzip winrar
  2. hayral

    On 2006-08-13 02:39:07


    WinZip and WinRAR are generic file compressors and aren't suitable for audio. You should encode you wav file to compressed audio files like MP3 or OGG. You can use free lame encoder from www.free-codecs.com/ download/Lame_Encoder.htm which is widely used. Loren Soth
  3. Skeeter63

    On 2006-08-12 06:07:05


    This site will help you with the tools to convert any file to any other type file. Good luck