Reference no: EM13166947
Write a function createAudioCollage() that will create an audio collage. You must compose together at least two separate sounds(from two separate files), and your result must be at
least six seconds long. One of the sounds must appear at least twice where it is changed in some way. I must be able to hear your collage from the returned sound. I will run your
function from the control panel as follows:
>>> setMediaPath() #setting media path to my directory
>>> play(audioCollage()) #calling your function, playing returned result
You have a variety of techniques for changing sounds:
Increase, reduce, or normalize volume
Reverse
Crop out parts of a sound
Change frequency
Blending sounds
Any other sound technique discussed in class (mirr
or, add, echo, etc) or that you want
to create.
You can use any sounds you want, from the mediaSources directory. audioCollage() can call
other functions, which MUST be in your .py file!
Approximately normally distributed
: Write a program MakeFile.cpp that creates a file random.dat that contains 200 random numbers where each number is the sum of 12 random values rand( )%9. When we add a sufficient number of uniformly distributed numbers the result is approximately n..
|
Write a function to circulate a list
: Write a function to circulate a list. The function takes two paramaters, the first defines how many elements of the list to circulate, and the second is the list. The output should be the circulated list.
|
How is this applied to changing the coding?
: when writing a linear cipher using n = 27, if a = ?, b = ? and c = 7, if ac = 1(mod27) how is this applied to changing the coding?
|
The integers should be printed in order with addresses
: The integers should be printed in order with addresses from main. When the steps of the function order have been completed the smallest value will be stored in a, the middle in b, and the largest in c.
|
Write a function create audio colla()
: Write a function createAudioCollage() that will create an audio collage.
|
These function prototypes lack parameters
: These function prototypes lack parameters; add whatever parameters you feel are necessary so that the program works without global variables. The program's output should reflect the bus's actions by reporting each change in state, along with the n..
|
The minimal spanning tree algorithm
: discuss the minimal spanning tree algorithm. Describe the advantages and disadvantages of this algorithm. List the circumstances best suited for the minimal spanning tree algorithm.
|
Each has a string for their name
: Create a class in C++ that holds robot warriors. Each has a string for their name, a number of hitpoints (an float), armor (a defensive modifier(an int)), and weaponry (an offensive multiplier(another int)). You will create 5 robots with a random ..
|
Select distinct cmdclient
: SELECT DISTINCT CMDclient.'Client Code SCA' as GuestCode, CMDextras.ArrivalDate as arr, CMDextras.DepartureDate as dep, CMDapr.FirstName as fname, CMDapr.Surname as lname
|