Skip to content

Commit

Permalink
Update SET_AUDIO_STREAM_TYPE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC authored Mar 5, 2025
1 parent e052586 commit 8b109d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sa/docs/SET_AUDIO_STREAM_TYPE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CLEO5 introduced idea of stream types:
* None - no volume or speed corrections are applied (like in CLEO4)
* Sfx - automatically follows game's sfx volume and in-game speed changes
* Music - automatically follows game's music volume, muted if current in-game speed is different than 1.0
* UserInterface - automatically follows game's sfx volume, unaffected by in-game speed
CLEO5 introduced concept of stream types:
* **None** - no automatic volume or speed corrections are applied (like in CLEO4)
* **Sfx** - automatically corrected by global SFX volume settings and in-game speed changes
* **Music** - automatically corrected by global music volume settings, muted if current in-game speed is not 1.0
* **UserInterface** - automatically corrected by global SFX volume settings, unaffected by in-game speed

0 comments on commit 8b109d1

Please sign in to comment.