| You should ask this question on the homework 3 questions REMOVED But to answer it, think of it like the collage. You need to take a sound from one file and copy it only a new file (The new file will be your 6 seconds or longer sound that you return) Then you want to take your code that splices and reverses your sound, and apply that to the sound, and then copy the sound onto your collage sound file. Then you will take a different sound, and copy it onto the collage sound as well. The only big difference from this to the pictures is that since sound has only one dimension, you will only need one for loop to copy instead of the nested for loops you needed for pictures becuase pictures are two dimensional. Student1594 |