Adapt samples API to allow for filesystem less upload #32
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Feature Request
Is your feature request related to a problem? Please describe.
This is related to the PR and discussion from #25
If I want to add a sample to the voice, I have to write it to the filesystem first (see
EditVoiceAsync
).It would be great if we could pass in a
ReadOnlyMemory<byte>
like we get out theClipData
.Some preliminary work was already in the above mentioned PR.
Cheers, daniel
The text was updated successfully, but these errors were encountered: