Skip to content

Does lhotse support multiple features? #1397

Closed Answered by pzelasko
muradbozik asked this question in Q&A
Discussion options

You must be logged in to vote

It's possible, but poorly documented as of yet. You want to check the FeaturesWriter.store_array used like this:

with NumpyFilesWriter(path) as w:  # works with other writers too
    cut.my_custom_features = w.store_array(key, array, ...)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@pzelasko
Comment options

Answer selected by muradbozik
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants