/// <summary>
 /// Return the sample rate expected by the model.
 /// </summary>
 /// <returns>Sample rate.</returns>
 public unsafe int GetModelSampleRate()
 {
     return(NativeImp.DS_GetModelSampleRate(_modelStatePP));
 }