No old sounds #37
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are no sounds of old keyboard or old computer beeps, noises or antything else. It would be cool if terminal emitted some "Tube sound" :)
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3410587-no-old-sounds?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).Ok, this is probably one of the most requested features. This should not be hard (keyboards and static background noises in particular) but we need some high quality samples (with the right license). If someone finds them I will be extremely happy to write the code.
I suggest implementing this as an external project that this project utilises.
Would these sounds maybe work? https://www.dropbox.com/home/Public/cool-retro-term-keypresses
Recorded by myself using an older generic model keyboard, FLStudio to edit and ensure they're clean. My Dad's got some older, more clicky keyboards that I can try and record too.
Available for whatever license you need. Just let me know how/if I can help.
Hi @Ugotsta . Than you very much for your work, but sadly, the link you provided seems broken. Could you please re-share them?
Hey @Swordfish90, I'm terribly sorry if you had trouble accessing the files. I'm not sure what happened there, I can still access them over here. But I've re-posted to Google Drive and they should be accessible using this link:
https://drive.google.com/folderview?id=0B7bdY1zZi8JefkZxdkNRS3dOZDB4V1VCaHZUSlFVemxpcWFoRHkyNkdVbmk3OXRLSW85cGc&usp=sharing
If it's easier too, I can email them. I'd really love to see an audio feature like this. It'd go great with a little project I'm working on using Cool Retro Term. :)
I would love it if I could add my own sounds when things happen, e.g startup and the like.
Just the option, as I have a group of sounds I'd love to add, but they are copywrited, so having the option of select them would be the best.
Maybe something like this? https://www.youtube.com/watch?v=GBXnMkNcJ_0
I have another suggestion for sounds: https://www.youtube.com/watch?v=KEkrWRHCDQU
@Jotschi, probably we can ask David Sandberg about the sources of the sounds.
The Unix principle says "do one thing and do it well". Thus, it'd be better to use an external project, like bucklespring.
For those of you who have a sound set for a keyboard distinct enough from Model M, I think you'd better contribute it there.
Also, various sounds for emitting
BEL
.Maybe Casey Muratori can provide the sounds produced in https://www.youtube.com/watch?v=A2dxjOjWHxQ
Some old school keyboard sounds would have been nice indeed.
Update:
Thanks for the hint with bucklespring, by the way.
Opening and closing it together with cool-retro-term works like this:
Another issue is that the keyboard is global, terminal local. Ie, you can have tens of terminals open at once, but your keys sit at only a single keyboard at a time.
No ability to add sounds to this is really hurting the experience. I'd be happy to contribute a few dollars to provide incentive for this.
https://www.youtube.com/watch?v=qb43-hn_-_c
This cathode app (as seen in the youtube video) is basically what I'd want. The maker has seemingly identified the required hooks to implement to make C-R-T feel feature complete.
I would absolutely love if this implemented some of the computer carriage control sounds that older computers had.
Cathode does a great job with that atmosphere of old whirring fans and clickety clack noises. It has a bunch of different profiles for old computers which all have different sounds.
@Swordfish90 The best idea here could be to just lay the groundwork for sound output in cool-retro-term, and then rely on the community to get together and make sound packs.
Perhaps implement a way to define a soundpack as a JSON file which can associate various data such as special characters or newline characters etc, with custom sounds. That way, it would be pretty easy for people to create soundpacks for lots of old computers. :)
A simpler approach would be to use the file system: specify a directory for sound profile directories containing sound files with specific names (ignore anything in the file names from the first dot, that way the file can be named according to their format). The their could be an ini-style profile file (profile.conf) that can specify for example the profiles name. Symlinks could be used to reuse sound from other profiles.
@maandree Hmm, at first thought my reaction was "that's actually a really great idea".
But there's issues with that.
So I was initially gonna agree but now I'm back to JSON being the best solution.
JSON could look something like this:
A JSON format would ensure that the community can create really awesome, detailed/organic soundpacks.
The idea above is that every character/event is specified as follows:
Each input/output definition is an object, with "mode" and a sound "set".
Mode can be one of the following:
It would also be very important to ensure that every sound file definition can be specified as either a simple string or as an object with optional volume and delay settings. That's why I gave some examples of sets where some sounds are just strings (use 100% volume and 0.0 delay), and some specifying more advanced settings (letting the soundpack author specify a volume and/or delay).
This JSON format, or a variation of it, would be pretty trivial to parse from JSON into a memory representation that consists of input/output character sequences and their associated sounds, each sound's per-sound settings (volume and delay) and the event's playback mode (single, multi or random).
The only really hard part is the audio mixing engine but there's tons of open source, lightweight mixing engines.
Another part that may be difficult is how to hook the input/output character sequence detection into VTE, but hopefully that library has event hooks for that.
Controlling the baud rate in cathode was important to having authentic sound playback.
hello any one got that sound of beep whe you hit a key like this https://www.youtube.com/watch?v=iG6M-vt-4JY