diff options
Diffstat (limited to 'src/chunk.h')
-rw-r--r-- | src/chunk.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/chunk.h b/src/chunk.h index a5fdda429..02e7b3650 100644 --- a/src/chunk.h +++ b/src/chunk.h @@ -50,6 +50,12 @@ struct music_chunk { */ struct music_chunk *other; + /** + * The current mix ratio for cross-fading: 1.0 means play 100% + * of this chunk, 0.0 means play 100% of the "other" chunk. + */ + float mix_ratio; + /** number of bytes stored in this chunk */ uint16_t length; |