Results 1 to 2 of 2

Thread: Compressing Audio file

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    83

    Compressing Audio file

    Hi Friends


    I have an audio file which i need to compress.
    i have winxp which compress about 50 % of the orignal file size...

    on the other hand i want to compress and decompress it using pkZip from the command prompt....


    1. First tell me hjow to execute a command from command prompt in vb....

    2. whcih compression v can use to best fit our problem...



  2. #2
    Frenzied Member dis1411's Avatar
    Join Date
    Mar 2001
    Posts
    1,048
    to run something from the command line

    VB Code:
    1. Private Sub Command1_Click()
    2.     Shell "cmd /k ""your command here"""
    3. End Sub


    now then, why not simply convert the sound to a compressed format? you can go lossless and still compress it to about 50%

    there may be free conversion plugins out there, and there are definitely free conversion programs out there

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width