Open predawnang opened 1 year ago
Hi, May I ask a question.
Is there a technical name for this operation?
# normalize mel = np.clip((mel - hp.ref_db + hp.max_db) / hp.max_db, 1e-8, 1) mag = np.clip((mag - hp.ref_db + hp.max_db) / hp.max_db, 1e-8, 1)
Why do so could make the value to range [0, 1]?
Thank you so much
Hi, May I ask a question.
Is there a technical name for this operation?
Why do so could make the value to range [0, 1]?
Thank you so much