I am reading a .wav file and storing the data in an array,
then I am multiplying each element by a constant double say 0.35,
then I am dividing the elements of new array with corresponding elements of the previous array,
I expect a new array containing 0.35 as element but this is not the case,
I dont know why
can some one help
then I am multiplying each element by a constant double say 0.35,
then I am dividing the elements of new array with corresponding elements of the previous array,
I expect a new array containing 0.35 as element but this is not the case,
I dont know why
can some one help
Comment