photo

Andrea Genovese


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • Personal Best Downloads Level 1
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • First Answer

View badges

Feeds

View by

Answered
How do I prevent peak clipping when using audiowrite?
You have to normalize (limit the range between -1 to +1) y = y/max(abs(y)) % for mono y = y/max(abs(y(:))) % for ...

6 years ago | 0