Rakib
Rakib
🤣🤣🤣
Yes. As someone who use YouTube only for music this pitch changer totally needed when a music has broken deep voice and want to make it sound like female tone....
bump
Same issue. I have "enum" containing `null` value. swagger.json ```json "experienceType": { "type": "string", "enum": ["fresher", "junior", "mid", "senior", null], "nullable": true }, ``` UI not showing any enum. ...