How to load and edit sounds recorded by Audio Sound Recorder API for .NET |
|
Audio Sound Editor API for .NET can be integrated with an existing instance of Audio Sound Recorder API for .NET in order to edit sounds coming from one of the available input devices or from the Internet..
Loading and editing contents of a recording session, completed through Audio Sound Recorder API for .NET, is really straightforward: you simply need calling the LoadSoundFromRecordingSession method passing the value returned by the GetEditorInstanceId method of the instance of Audio Sound Recorder API for .NET.
After completing an editing session Audio Sound Recorder API for .NET can obtain back contents of the edited sound through a call to its StartFromEditingSession method, in this case passing the value returned by the GetEditorInstanceId method of the instance of Audio Sound Editor API for .NET: after loading back contents of the editor into the recorder, it would be also possible uploading the edited sound to a FTP server through the RecordedSound.RequestUploadToFTP method of Audio Sound Recorder API for .NET.
When instancing both components inside the same form, it's highly recommended initializing Audio Sound Recorder API for .NET first through a call to its InitRecordingSystem method and then initializing Audio Sound Editor API for .NET through a call to the InitEditor method.