Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cannot find how to access p5.speech in the p5 web editor. #26

Open
eholbrook1 opened this issue Sep 11, 2020 · 4 comments
Open

I cannot find how to access p5.speech in the p5 web editor. #26

eholbrook1 opened this issue Sep 11, 2020 · 4 comments

Comments

@eholbrook1
Copy link

!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?

@gigawasian
Copy link

yeah it isnt working for me either

@funkekaiser
Copy link

funkekaiser commented Jan 17, 2021

  1. upload the javascript file to your project
  2. add <script src="/p5.speech.js"></script> to the index.html

@eholbrook1
Copy link
Author

how do I upload the file?

@billythemusical
Copy link

billythemusical commented Mar 11, 2021

@eholbrook1 good to know how to do this, so let me walk you through.

Here is a link to the raw text of the p5.speech.js file from this repo's lib folder (short for library). You can save this file to your computer and upload it that way. Or you can make a new file right in the editor and paste the copied text in there. Then do #2 from @derbrachialist's instructions, noting the naming convention below.

NOTE: There is a bug with using p5.speech.js as the file name in your sketch. You have to omit the . after p5 i.e. p5speech.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants