NotDiurnambule

joined 6 months ago
[–] [email protected] 0 points 3 months ago* (last edited 3 months ago)

My bad i misread. I though you said "I can't believe that what your source". (Which was great reverse psychology) The good thing with Lemmy is you have real people, the bad thing with Lemmy, you got real people.

[–] [email protected] 3 points 3 months ago

Sony, flexed. Now PSN is not required, they don't refund anymore

[–] [email protected] 3 points 3 months ago

Came to say that. Power to the people!

[–] [email protected] 5 points 3 months ago* (last edited 3 months ago)

Yeah french people are down voting it in mass. I asked for a refund in my steam wallet coin too. I don't want to hurt steam, only psn

[–] [email protected] 16 points 3 months ago

Joined the flow. Asked for a refund just now

[–] [email protected] 3 points 3 months ago

Lol desilusion

[–] [email protected] 7 points 3 months ago (3 children)

I dunno, did you ask this to the nazi siding with Israel?

[–] [email protected] 9 points 3 months ago

Wait for the forced switch to windows11. The performance drop is so great that people will look into other solutions. I made the switch because au it. And i tell my gamers colleagues about it and how it is better for gaming since a few year

[–] [email protected] 17 points 4 months ago* (last edited 4 months ago)

He was spouting propaganda, trying to blur the arguments.

[–] [email protected] 10 points 4 months ago

They already do that. So no downsides for this proposal. There was some article some years ago about how the taste of things like cookies changed because they went for cheaper recipe.

[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

That Link... Everybody know Zelda is the green boy

18
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

I finally managed to make some kind of dicttaion work in games (I mainly use is in socials games like Space Station 14)

I used the following steps:

  • You may need some preriquisite : Use discover to install zip and git if missing

  • Install PIP and VOSK in python In desktop run Konsole then the following commands :

python3 -m ensurepip --upgrade
python3 -m pip install --upgrade
python3 -m pip install vosk --break-system-packages
  • Install NerdDIctation
git clone https://github.com/ideasman42/nerd-dictation.git
cd nerd-dictation
wget https://alphacephei.com/kaldi/models/vosk-model-small-en-us-0.15.zip
unzip vosk-model-small-en-us-0.15.zip
mv vosk-model-small-en-us-0.15 model

You may be able to use other languages by using other models.

  • Configure xbindkeys With Nano edit the file /home/deck/.xbindkeysrc to add
#Start dictation
"/home/deck/nerd-dictation/nerd-dictation begin --vosk-model-dir=/home/deck/nerd-dictation/model"
   Alt + comma

#End dictation
"/home/deck/nerd-dictation/nerd-dictation end"
   Alt + period
  • Restart the steamdeck

  • Test the configuration In a fresh desktop session, open a konsole and call xbindkeys. Ensure that your buttons for starting and stopping dictation work.

  • Adding a shortcut to game mode

    • The decky way : Install the plugin Bash Shortcut configure a new shortcut - Name : Dictation - Command : konsole --noclose -e xbindkeys
    • The old way : Add konsole as a non-steam game (no arguments needed, or at least -e didn't work for me) Restart In game mode, open konsole and run xbindkeys
  • Bind two button in the steam controller configuration for the games you wish to use dictation with. I use this (I personnaly use R5 to start the dictation and L5 to stop the dictation) :

    • L5 as "Alt key" with ". key" as a sub key
    • R5 as "Alt key" with ", key" as a sub key
  • To use normaly, run the bash shortcut before running a game.

Tell me if you got errors, I would be more that happy to help you solve problems

view more: next ›