Skip to content

AudioFileReader: Skip function overload not working #327

Open
@KreideGit

Description

So I tried to use the skip function as following:
MyReader.Skip(1);
Because you have to put in the seconds as an integer it is very inaccurate for precise skipping.
I found an overload with a TimeSpan argument. I parsed in some values for the FromSeconds method but it doesn't work.:
MyReader.Skip(TimeSpan.FromSeconds(1.0001));
Am I doing something wrong or is the overload corrupt?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions