# The τ Player API

## Creating the `Player` instance.

* Dart API: [constructor](https://github.com/Canardoux/tau/tree/6bd245d293bcf9a123677735835549585d32b2ee/doc/pages/tau-api/player/pages/flutter-sound/api/player/FlutterSoundPlayer/FlutterSoundPlayer.html).

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

*Example:*

[Dart](#dart)

[Javascript](#javascript)

```

        FlutterSoundPlayer myPlayer = FlutterSoundPlayer();
```

```

        Lorem ipsum ...
```

\</div>
