Skip to content

how to use playAtTime  #64

@davieds

Description

@davieds

i need play 2 beat with different time ,first on the 1s, tow with 3s .
how to use playAtTime.

i try use


 [loop1 playAtTime:AETimeStampNone];

 AudioTimeStamp time = AETimeStampWithSamples(5 *self.saveRenderer.sampleRate);

[loop2 playAtTime:time];

loop1 work done!
but loop2 it not work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions