Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 7 to 46 of 46 · Previous page · First page
(+1)

Very evocative + super effective. Nice to be able to indulge in some ASMR while still getting work done.

Typing without it seems... like something I won't be doing much of anymore.

(+1)

Thank you for the free serotonin that is this app. I'm literally never going to uninstall lmao.

(+3)

Can you add the ability to set a hotkey for pause/resume?

(+3)

omg I want this for Mac

(+1)

4.20$

nice

(+1)(-1)

can u add sans

(+2)

what is sans?

They're a popular Undertale character whose "voice" sounds like this

Amazing program, btw!

the program ALL writers need

(+1)

Sound Typist is amazing... But I have a question about the "keyOverrides" var. I can't seem to set it up in a way for it to play a random sound as opposed to a singular set sound. Is this possible to do? Or not yet?

Anyone gotten an error after trying to do the custom sound trick? 
I did exactly as the comments suggested, but come up with a long error that includes "After parsing a value an unexpected character was encountered..."

I literally copied and pasted existing code and then just changed the names of the sounds, so I'm not sure what's gone wrong here. Any help would be much appreciated since I'm  no code monkey :P

does this work on windows 11

(+2)

i am using windows 11 and it works for me

(1 edit) (+1)

Works great for me.

~ Typed with Sound Typist on Win11

maby a weird question, but do you know how to change the icon on windows.

the standard way of rightcick>properties does not work

(+1)

this is very cute hehe

This is the dumbest thing I've ever seen and I love it.

(+1)

this makes typing so much more satisfying! cool addition to my typing experience that i didn't know i needed

(+1)

really love this. would love a combination of the "clicky" and the "bell typwriter"

because while i prefer clicky. the enter key does not seem to make any sound at all

and the typwriter is a bit high toned for me


thank you so much for making this, it is great background noise, that keeps me focused

(+1)

If you scan some of the earlier comments, there are notes on how you can customize the sound configuration file yourself, or add/replace the sounds. Changing the pitch range for keys is very simple too in the sound configuration file. This feature is not officially supported/documented though, so you'll need to do your own legwork on this.

How do I turn it off?  I downloaded and selected start at login.  Then I tried to open the application and it did not open.  So then I tried to uninstall, but it didn't remove the files.  Then I deleted them manually but I still get the sounds.  Then I tried to reinstall, but it won't let me.  I like the app, but now I have no control over when it's on!! Please help and thanks!!!

(1 edit)

Sound Typist lives in the taskbar's system tray in Windows. Depending on your Windows settings, you may be hiding the system tray icons (Right click the taskbar, Taskbar Settings, and Select which icons appear in the taskbar). Make sure Sound Typist's system tray icon is visible if you want to access it, turn it on/off, change the sound/volume.

Right click it to show the popup menu. Click "Quit". To remove it from starting at login, toggle the "Start Sound Typist at Login".

There's no uninstaller, so to delete it manually, you'll need to find where the installer installs it, probably somewhere under "C:\Users\(your user name)\AppData\Local\Apps\2.0\

You an also grab the portable version, place that wherever you want, and turn on/off the start at login through that.

(2 edits)

Thank you very much.  This is helpful (or would have been) but I had already deleted the files that were installed.  So I'm 'stuck' with the sounds even though I no longer have sound typist installed.  When I try to reinstall, I get errors.  Below is the initial error report in case that's helpful.  


ERROR SUMMARY

Below is a summary of the errors, details of these errors are listed later in the log.

* Activation of C:\Users\(my username)\(...)SoundTypist.application resulted in exception. Following failure messages were detected:

+ Exception occurred during store operation.

+ The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

(1 edit)

Also, in your README you state ' Settings are now saved to the registry rather than to a settings file, for compatibilty with the start at login option.'

Would this mean that the app edited my registry and so I need to find where and change it?

(1 edit)

Try this:

1. Open up the Windows Task Manager (Ctrl-alt-delete -> Task Manager).

2. In the processes, find Sound Typist, right click -> End Task, and wait a moment for it to die.

3. Download and run the PORTABLE version.

4. With the systray icon (or if the orange app window comes up), toggle the Start Sound Typist at Login OFF, ON, OFF to make sure it turns it off.

5. Reboot, and it should no longer turn on.

Alternatively, the registry settings are here:

Computer\HKEY_CURRENT_USER\SOFTWARE\SoundTypist\SoundTypist

- You'll want to set hidden to False so that it shows the orange app window, and startOnLogin to false also.

You shouldn't need to do this, but to manually remove it from starting at login, edit this registry:

Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

- Delete the SoundTypist entry in that registry

Thank you for the detailed instructions.  If I had been more patient, I could try them out. However, I ended up doing a system restore to a date prior to install.  I will plan to install the portable version instead.  Hopefully, this will be helpful to others in the future if they run into similar issues.  Cheers!

(+2)

This is going to sound absolutely crazy but I love the sound of keyboards and typewriters, it's a very good auditory stim for my ADHD.
To the extent that I even considered buying a mechanical keyboard to plug into my laptop.
This software is MUCH cheaper than that and now typing up stories and D&D campaign notes and essays and such is MUCH easier because my brain is constantly being rewarded with good stims!

I'm so extremely happy with this and would recommend it to anyone else with similar needs.

an absolute delight and i've also been messing around a bit with it in code, and i was wondering if you happen to know if its possible to add sounds to a combination of buttons, like Ctrl + S for example

(1 edit) (+1)

I'm glad you're having fun with it! There's no way to set sounds to a combination of buttons (e.g. CTRL+S) by modifying the unsupported, undocumented AudioSets.json sound configuration file, but here's a potential solution you might want to explore for key combo stuff in general:

1. Download and install AutoHotKey: https://www.autohotkey.com/, which lets you define special actions and macros that happen for key combinations, or redefine keys. It's very powerful.

2. Create an AutoHotKey script that plays a sound file or beep when a specific multi-key combo is pressed. (See the SoundPlay command and SoundBeep).

You'd add something like this following line to your AutoHotKey script to make it do a low beep when ctrl+s is pressed:
~^s::SoundBeep,100,10

definitly looks worth playing around with, i'll check it out for sure!

I wana use this program so much but i just cant. My keybord is super loud alone. :/

(+1)

I love this for the same reason I shopped for a laptop with the criteria including a keyboard that made a satisfying clicking sound with every key press.  

App that works perfectly ! The sounds are very interesting ? Is there a way to uninstall it ?

(+1)

Great! To uninstall, you'll have to uninstall it manually for now:

1. Make sure the "Start Sound Typist At Login" option is turned off.

2. Shut down Sound Typist by right clicking the Sound Typist systray icon (if it is started), and selecting Quit in the popup.

3. Then delete the app, which should be somewhere under "C:\Users\(your user name)\AppData\Local\Apps\2.0\". 

4. Delete it from your start menu if it is there: "C:\Users\(your user name)\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Sound Typist".

(+1)

Very good app, thanks for the effort!

(+1)(-2)

this is great i've been enjoying it a lot :) may i ask where the sound effects are from? if they're game assets i would love to use them in my game

(2 edits)

Garage Band, FreeSound, Soniss GDC Game Audio Bundle, and UniversalSoundFX,

(+1)

This is awesome! Thanks for making this :)

(+1)

I love this so much, I use it in my windows VM! Will it be ported to MacOS??

No MacOS port. That is a completely different technology.

(1 edit)

It seems to work (as far as I assume) in Linux using a program called Wine that runs EXEs. Presumably would work on Mac in the same way.

I did try to run it with Wineskin Winery and creating a wrapper for it, but it only shows up in the system tray for about a second and then disappears

after doing another attempt, it's not launching at all because it needs dotnet 4.7.1 and winetricks is not behaving

(+2)

Typing this comment using Sound Typist :)
I love it so much !!! The sounds are very satisfiying and some are hilarious xD (i love the cheering and clapping ones)
Thank you for this app :DD

(+1)

Does this have a setting to only play the sounds during certain keystrokes, instead of all of them?  I'm glad I got this, it sounds awesome and I'm eager to try, but I can already anticipate that it might be a bit of an overload for my brain.

I would like to have it play only for vowels (so about half of my typing, maybe less), or maybe, if even that was too much sound to deal with, maybe only on punctuation marks or only on capital letters or only on the return (yay, you finished a paragraph!).

Even better if there were a field I could type in the specific letters or combos it'd make noise for (e.g. maybe it's a VW kinda day, or maybe I'm trying to type something without the letter E, or maybe I just want booing sounds when I start to type the villain's name).

(+2)

Officially, there's no way to do that. But unofficially, and completely unsupported, you could totally modify the AudioSets.json configuration file and have different sounds for different keys. See one of my responses in the previous comments for more info about doing that.

In the AudioSets.json file, look for "Bell Typewriter" and see how the specific key overrides are done for the Enter key. You could use that same means to override any other keyboard key. The names of the keys are listed here, but not all the rarer keys are available.

Just keep in mind that it is a completely unsupported and undocumented feature, and I'm not interested in spending time formally documenting the configuration file and answering further questions about it.

(+1)

That's fair.  Thank you for letting me know where I might start looking!

(+3)

Thank you so much ! I have a lot of problem staying focus and sound when typing help me a lot.

(+2)

Weird, weird question- will this support custom noises in the future?

(+5)

You can actually add sound files yourself and add them to the configuration if you know or learn the simple JSON (Javascript object notation) format.

1. The sound configurations are stored in a text file called "AudioSets.json". I don't know where exactly windows will install Sound Typist on everyone's machine - you'll have to do a search for it. For me, the file is in this folder: C:\Users\andyman\AppData\Local\Apps\2.0\6QE5LO12.B0J\008MWQOZ.NEW\soun..tion_c6713391293800bd_0001.0000_8fb2cfcc9f0f3a91\Resources

For the portable version, it is the Resources folder.

2. Copy your audio files (.wav format) to the Sounds/Misc subfolder under the Resources folder. Make sure they're named very simply and have no spaces for funky punctuation in them. You can get lots of sounds at freesound.org. If you can edit audio files (i.e. using Audacity), make sure you remove any silence in the beginning of the audio file first to increase responsiveness.

3. Edit AudioSets.json in a text/code editor. You can copy one of the blocks of text in there for the existing sounds, and customize it with the filenames of your own sounds, and the name & title. You can also adjust the min/max volume and pitch for some random variation.

4. Quit and restart Sound Typist, and your sounds should show up in the choices. Alternatively, if you don't want to edit the AudioSets.json, you can simply replace any of the existing .wav files with your own .wav files.

omg. thank you for specifically saying how to add it. I do not know that code lol. But I can figure it out! :D

makes typing twice as fun, would definitely recommend

(+3)

portable version + burping keystrokes + public access computer = win

hahahahahahaha

(+1)

Flipnote studio type beat

(+1)

bravo, made me smile

(+1)

I never knew I'd laugh so much during coding sessions while I had this tool running. Thanks for the good work :D

(+2)

love the tool! using the fireworks settings while writing an angry email is so enjoyable 

for anyone struggling with installation on windows 10 try going to the installation folder and running 'setup.exe' as admin, that seemed to fix things for me :) 

I run the setup (tried Run as Administrator too) and it states "Application cannot be started. Contact the application vendor." It also gave a log which is a bit long to include here. Idk where I can contact your privately as the log contains file locations. Should I DM on Twitter?

(+1)

Yes you can DM me on Twitter @andyman404. Also let me know what operating system / version you're using. Thanks!

(1 edit) (+1)

You can try a portable version that doesn't require installing. In the extracted folder, navigate to the Application Files/SoundTypist_1_0_0_0/ folder. Run "SoundTypist.exe". You may need to try the right click / "Run as Administrator" if you're still getting permissions issues.

Another problem could possibly be that your Windows security settings are too strict to run random unknown files downloaded off of the internet. If you want to get it to work, open up the Windows settings, type "Reputation-based protection" in the "Find a setting" search bar, to show the "Reputation-based protection" settings window. Turn off "Check apps and files" and turn off "Potentially unwanted app blocking". Now try again.

Could we please get a paper shuffling effect added?

(+3)

You can actually add sound files yourself and add them to the configuration if you know or learn the simple JSON (Javascript object notation) format.

1. The sound configurations are stored in a text file called "AudioSets.json". I don't know where exactly windows will install Sound Typist on everyone's machine - you'll have to do a search for it. For me, the file is in this folder:

C:\Users\andyman\AppData\Local\Apps\2.0\6QE5LO12.B0J\008MWQOZ.NEW\soun..tion_c6713391293800bd_0001.0000_8fb2cfcc9f0f3a91\Resources

2. Copy your audio files (.wav format) to the Sounds/Misc subfolder under the Resources folder. Make sure they're named very simply and have no spaces for funky punctuation in them. You can get lots of sounds at freesound.org. If you can edit audio files (i.e. using Audacity), make sure you remove any silence in the beginning of the audio file first to increase responsiveness.

3. Edit AudioSets.json in a text/code editor. You can copy one of the blocks of text in there for the existing sounds, and customize it with the filenames of your own sounds, and the name & title. You can also adjust the min/max volume and pitch for some random variation.

4. Quit and restart Sound Typist, and your sounds should show up in the choices.

Alternatively, if you don't want to edit the AudioSets.json, you can simply replace any of the existing .wav files with your own .wav files.

(+1)

Whoa! this is super fun!

You should slap this little tutorial on how to add your own sounds into a readme with the program! :D

That way people know they can do cool shit!

Love this to bits. I'm using the Growls SFX to type this.

(+1)

Its so cool! Just started using it. Gonna fill the feedback form after I use it for a while

(+1)

This is so cool!

Viewing most recent comments 7 to 46 of 46 · Previous page · First page