AudioFormat: add TimeToSize(), SizeToTime()

This commit is contained in:
Max Kellermann
2018-09-21 19:32:35 +02:00
parent 1a2012a97e
commit d3d1d37782
5 changed files with 28 additions and 6 deletions

View File

@@ -264,8 +264,7 @@ mpd_mpg123_file_decode(DecoderClient &client, Path path_fs)
client.SeekError();
else {
client.CommandFinished();
client.SubmitTimestamp(FloatDuration(c)
/ audio_format.sample_rate);
client.SubmitTimestamp(audio_format.FramesToTime<FloatDuration>(c));
}
cmd = DecoderCommand::NONE;