Answered step by step
Verified Expert Solution
Question
1 Approved Answer
function in C++ Question 1 A) Record a simple mono (i.e., one channel) speech message with your voice and save it as an uncompressed WAV
function in C++
Question 1 A) Record a simple mono (i.e., one channel) speech message with your voice and save it as an uncompressed WAV RIFF file using any sound editor software, e.g., the open source Audacity2. B) Write a function Mono2stereo that takes your digital speech wav file as input. This function writes out a new WAV file that is stereo, i.e., has two channels. You should be able to listen to the new output file on standard media players. [1 pt] C) Write a function stretch that takes your digital speech wav file and a stretch factor. This function writes a new WAV file that is a sped up or slowed down version of the input WAV by the input stretch factor. You should be able to listen to the new output file on standard media players. [1 pt]Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started