views:

58

answers:

1

Hi friends,

       i want to upload the sound file (.ogg) in server.

But it should write into the server concurrently while recording.

My program it gets the input as PCM_SIGNED audio encoding

though its the raw format i have to encode and upload it to server

As for now i employed vorbis encoder to convert the raw format to .ogg format its working

nicely.But it should concurrently write into the server.

Thanks

krishna

A: 

How do you connect to the server?

stribika