MultiMedia Soft forum

MultiMedia Soft products => Audio recording components => Topic started by: Matteo on July 14, 2015, 10:10:11 AM

Title: Audio Sound Recorder for .NET
Post by: Matteo on July 14, 2015, 10:10:11 AM
We are interested in buying Audio Sound Recorder library to implement recording and playback functions in our Vb.Net application.

We have some questions about it:

I apologize in advance for my bad English
Yours faithfully
Matteo
Title: Re: Audio Sound Recorder for .NET
Post by: Administrator on July 14, 2015, 11:37:13 AM
Hello Matteo,

below the answers to your questions:

- the component comes with a set of methods having the prefix "StartSplit..." like StartSplitFromDirectSoundDevice and so on: these methods have the capability to split the two channels into two different output files.
- the component comes with encryption/decryption capabilities: see the tutorial "How to protect your recording sessions through encryption" for details:
http://www.multimediasoft.com/asrecnet/help/how_to_protect_your_recording.htm (http://www.multimediasoft.com/asrecnet/help/how_to_protect_your_recording.htm)
- multithreading is implemented internally to the component: if you want to record from different sources at the same time, you should create multiple instances of the component inside the same application, one for each recording session.

If you should have further questions, please, feel free to ask  :)

Kind Regards

Severino Delaurenti
MultiMedia Soft
Title: Re: Audio Sound Recorder for .NET
Post by: Matteo on July 14, 2015, 02:41:08 PM
Hello Severino,

...and Thank you very much for the prompt reply.
I'm downloading your demo library to test it.

Thanks again
Kind Regards
Matteo
Title: Re: Audio Sound Recorder for .NET
Post by: Administrator on July 14, 2015, 03:53:21 PM
Hello Matteo,

you are welcome.

- yes, you are correct: if one of the channels should not produce any incoming audio a file containing silence should be generated. At this point you may simply decide to delete the silent file at the end of the recording session.

- yes, you decide the output format before starting the recording session and the multimedia engine will route incoming audio data to the correct encoder (Lame.exe for MP3): see the "How to perform a recording session" tutorial for further details:
http://www.multimediasoft.com/asrecnet/help/how_to_recording_session.htm (http://www.multimediasoft.com/asrecnet/help/how_to_recording_session.htm)

- yes, the product's license is "per developer" and not "per application"

Kind Regards

Severino Delaurenti
MultiMedia Soft