How does Alpha channel look below zero

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 8

  • @DestusG
    @DestusG 2 роки тому +1

    nice. so it doesn't totally vanishes😮

    • @gwtuts4061
      @gwtuts4061  2 роки тому

      Yea.
      If alpha value goes below zero it appears different...

  • @BHanif-zc2pr
    @BHanif-zc2pr 2 роки тому +1

    Superb. I saw a video on your channel on how to record voice on godot. But my problem is while recording there are too many noise. How can i remove it. Another problem is i have some audio that has noise. How can i remove them?

    • @gwtuts4061
      @gwtuts4061  2 роки тому +1

      In your case you need a denoise effect filter . But Godot does not have a direct denoise effect ,
      So what you can do is ;
      1) try highpassfilter , bandlimit and bandpass.. ( Godot docs says this filter are used to cut off sound at a specific low and high point. So ,If you have low noise in your sound then this may fix it ).
      2) There are some GitHub repo for noise reduction created in python..
      So you can import then and use it if possible.. ( google have provided a nice tutorial on how to use python file in Godot , so try once ) .
      😊

    • @BHanif-zc2pr
      @BHanif-zc2pr 2 роки тому +1

      @@gwtuts4061 can you please send me the link

    • @gwtuts4061
      @gwtuts4061  2 роки тому +1

      docs.godotengine.org/en/stable/tutorials/audio/audio_buses.html
      ( This is list of Godot filters , if you check deeply you will even find functions of each filter
      docs.godotengine.org/en/stable/classes/class_audioeffectfilter.html#class-audioeffectfilter-property-cutoff-hz
      ).
      How to include python file in Godot.
      godotengine.org/qa/83554/how-to-import-python-modules-using-godot-python

  • @chandanbk114
    @chandanbk114 2 роки тому

    nice trick
    thank u

  • @deflexyt3965
    @deflexyt3965 2 роки тому +1

    👌🏻