Skip to content

Commit

Permalink
processing_frequency = EVERY_SINGLE_FRAME
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Jun 9, 2024
1 parent ca16ebb commit 4b12291
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion hypersomnia/default_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ return {
music = 0.55
},
sound = {
processing_frequency = "EVERY_SIMULATION_STEP",
processing_frequency = "EVERY_SINGLE_FRAME",
sync_sounds_longer_than_secs = 5,
treat_as_music_sounds_longer_than_secs = 5,
max_speed_for_doppler_calculation = 5000,
Expand Down
1 change: 0 additions & 1 deletion src/make_canon_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ inline void make_canon_config(config_lua_table& result, bool is_dedicated_server

result.window.fullscreen = false;
result.window.border = false;
result.sound.processing_frequency = sound_processing_frequency::EVERY_SINGLE_FRAME;
result.sound.max_short_sounds = 32;

result.game_controls.erase(augs::event::keys::key::LCTRL);
Expand Down

0 comments on commit 4b12291

Please sign in to comment.