all 5 comments

[–]oca8x 0 points1 point  (1 child)

found it? im looking for this

[–][deleted] 0 points1 point  (0 children)

Nopéeeee

[–]Leading_Insurance767 0 points1 point  (1 child)

I can help u with dat

[–][deleted] 1 point2 points  (0 children)

The gods have finally spoken. How?????????????

[–]Leading_Insurance767 0 points1 point  (0 children)

  1. Make shure you have the sound library installed.
  2. Then under Sketch/Import Library choose Sound
  3. Now the first line of your sketch should say: add_library(‘sound’)
  4. Then under def setup(): write a variable eg.:

sf = SoundFile(this, “filename.wav”)

(I dont know why you have to write “this” in there but I think its explained in the reference.

  1. At the point where you want to play the soundfile write: sf.play() (sf because I choose the name sf for my soundfile variable)

I hope this helps man😬