How can increase the volume on VLC

How can I increase the volume?
I have this setting, but my sound always goes out very low.

- platform: vlc
  name: VLC
  volume_level: 5


- alias: 'Porta casa de banho'
  trigger:
    platform: time
    seconds: '/60'
  condition:
    - condition: state
      entity_id: binary_sensor.porta_casa_de_banho
      state: 'on'
    - condition: time
      after: '07:50'
      before: '00:30'
    - condition: state
      entity_id: input_boolean.portawc
      state: 'on'
  action:
    - service: media_player.volume_set
      data:
        entity_id: media_player.vlc
        volume_level: 5
    - service: media_player.play_media
      data:
        entity_id: media_player.vlc
        media_content_id: /home/pi/wc.mp3
        media_content_type: 'music'

Before that, i used the omxplayer and the volume is very nice,now when i use vlc… the sound is very low…

I think the level should be between 0 and 1