Setting audioclip time on a recorder using an audioclip

Hi! Sorry if this question has already been answered.

I am recording audio and then replaying it as an audioclip later.

I am using a Recorder component to stream that audioclip to everyone in the room.

I'd like to be able to pause and change the time we are in the recording. A normal audiosource features audiosource.time for setting the point in the clip you want to play. Does Recorder feature a similar way to start the clip at different times?


Thanks, any help is appreciated.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭

    Hi @Poggle,

    Thank you for choosing Photon!

    This is not available currently.

    We will see how to better support this probably using a customer factory as input source. Will let you know when I have something to share.

  • JohnTube
    JohnTube ✭✭✭✭✭

    Hi @Poggle,

    Try this component which extends current AudioClip Recorder input source features.

    Simply add component AudioClipWrapperExtendedSetter to the scene and assign Recorder + AudioClip to it.

    You can set start time via offset slider.

    There is also the possibility to stream anything played via AudioSource, here is something I started working on already.

    Please try these and let me know if it works fine for you.