Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synthesise or mix weapon impact sound effects based on phonetics of the generated messages #93

Open
Mikolaj opened this issue Dec 18, 2018 · 3 comments

Comments

@Mikolaj
Copy link
Member

Mikolaj commented Dec 18, 2018

We probably need to know which parts of the message are the hit verb, block verb, object being hit, etc., but then we can take into account the length and sounds in each of the words and base the sounds effects on that. If there is a similarity between the sound of the spoken work, it should be very distant, but a more abstract correspondence, or similarity in length and rhythm should be fine.

@Mikolaj
Copy link
Member Author

Mikolaj commented Sep 3, 2019

Related wild ideas

  • Now that we have frames, we have rythm. Add procedural music with last frames played and possibly last sequence of keystrokes (even just space and other void keys) influencing the rythm and tempo. Then fade back to a peaceful tune if there is no activity.

  • add sound effects, but only of things the player does not see; perhaps also sound cues, ominous sounds when something bad happens, e.g., a monster is spawned, will appear around a corner next turn, levels up, finds an object. Or perhaps take care that sound conveys no info that helps the player so that it's not mandatory, turning if off does no harm. Instead base the sound (or procedurally generated music) on things the player recently experienced. e.g., danger music if monsters were spotted recently (but not before they were spotted)

  • have musical motifs for, e.g., actor death and either play them at once
    or after some time, when other motifs are not played or when harmony allows for such motif;
    to make sure music doesn't leak info, at the same time as motif
    is played, update ~ menu with total number of actor deaths;
    if played not at once, this is even better, becuase not too much info
    and the player knows music really related to events but is not
    interrupted from normal gameplay by motifs (no impression of them
    leaking instant events, but they just convey a mood, an atmosphere)

@Mikolaj
Copy link
Member Author

Mikolaj commented May 2, 2021

Not entirely unrelated: there are free sounds at https://sonniss.com/gameaudiogdc

@Mikolaj
Copy link
Member Author

Mikolaj commented Aug 13, 2021

From time to time don't play any music to let ears rest. Restart when danger starts to brew, e.g., when the server knows enemies are near (or all enemies killed and then the first new one spawns), even the player doesn't see them yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant