Question: Question 3 : Sound Effects [ 3 0 marks ] Many different effects can be used to transform audio. You are required to implement a
Question : Sound Effects marks
Many different effects can be used to transform audio. You are required to implement a simple reversing algorithm. Write a MIPS program, called questionasm, that will read in a WAVE file, and will then reverse the audio data in the file, and output this to a new file. You will need to
obtain, from the user, the full input file name the entire path the full output file name the entire path and the file size in bytes You may assume that all audio files inputted will only have channel and will have a bit depth of
Note: for this question, the Automarker will not check your console output and there should not be console output, only input It will only check your output file. When it prints your output file, it will convert your binary file to a textual hexadecimal form.
Sample Console Input:
homelynnDocumentsCSCSassignqtinwav
homelynnDocumentsCSCSassignqtout.wav
Sample File Input represented as text using xxd:
: fd
: ac
: cc
:
Sample File Output represented as text using xxd:
: fd
: ac
: cc
:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
