trynoice / android-app

The Android app for Noice.
https://trynoice.com
GNU General Public License v3.0
924 stars 89 forks source link

Add deep white noise #853

Open Rult opened 2 years ago

Rult commented 2 years ago

Sample. To generate and play with SoX: play -n -n --combine merge synth whitenoise band -n 100 To record sample (60 is seconds): sox -n -n -r 44100 output.wav --combine merge synth 60 whitenoise band -n 100

pratyaksh1610 commented 2 years ago

@ashutoshgngwr I would like to contribute to this issue. Pls assign this issue to me. . . . Thanks Pratyaksh

ashutoshgngwr commented 2 years ago

Hey, @pratyaksh1610! The sound library is a closed-source component now. I'll have to do it myself. :)