Creating the `Recorder` instance.

The τ Recorder API


Creating the Recorder instance.

This is the first thing to do, if you want to deal with recording. The instanciation of a new recorder does not do many thing. You are safe if you put this instanciation inside a global or instance variable initialization.

An optional parameter logLevel: allows you to specify the Log Level you are interested by.

Example:

        myPlayer = FlutterSoundRecorder(logLevel: Level.debug);
        Lorem ipsum ...

Tags: api recorder