1

Im using processing in python mode but I want to use the processing library sound. But I dont know how to import this into my program in python syntax. In java its like this: Import processing.sound.*; Thanks

1

2 Answers 2

0

You can use add_library(processing.sound). I used it with g4p library

Sign up to request clarification or add additional context in comments.

Comments

0

Use the add_library function:

add_library("sound")

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.