type Options struct {
Samplerate int Channels int Bitdepth int}
Options is a struct which can be provided to the Decoder for particular
Audio samples. This is useful in case default values shall be overwritten.
However the decoder implementation has to support it, of course.