Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
This assignment has three problems, worth a total of 26 points. • Removing Vocals (6 pts): Write a function to remove the vocals from a sound object. • Fading (16 pts): Write functions to add a fade-i
This assignment has three problems, worth a total of 26 points.
• Removing Vocals (6 pts): Write a function to remove the vocals from a sound object.
• Fading (16 pts): Write functions to add a fade-in and fade-out effect to a sound object.
• Panning (4 pts): Write a function to add a panning effect (from left to right) to a
sound object.
Before you start coding, make sure you read through this whole document. If any of the
instructions aren’t clear, feel free to ask about it on Piazza (use the psa2 folder).
At the end of the document is a reference section on using the sound module that you may
want to use if you cannot remember how to do specific things with sounds.