diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-07 17:04:56 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-07 17:04:56 +0100 |
| commit | bd939acdf750181ef0e1a612b445da4c15077c85 (patch) | |
| tree | 028401c762b0436d9a5de1aa656ab35ba6445674 /peaks.txt | |
| parent | f2963ac821a3af1c54002ba13944552166956d04 (diff) | |
refactor: Bundle GPU context into GpuContext struct
- Created GpuContext struct {device, queue, format}
- Updated Effect/PostProcessEffect to take const GpuContext&
- Updated all 19 effect implementations
- Updated MainSequence.init() and LoadTimeline() signatures
- Updated generated timeline files
- Updated all test files
- Added gpu_get_context() accessor and fixture.ctx() helper
Fixes test_mesh.cc compilation error from g_device/g_queue/g_format conflicts.
All targets build successfully.
Diffstat (limited to 'peaks.txt')
| -rw-r--r-- | peaks.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/peaks.txt b/peaks.txt new file mode 100644 index 0000000..3fdd9ec --- /dev/null +++ b/peaks.txt @@ -0,0 +1,34 @@ +# Audio peak log from test_demo +# Mode: beat-aligned +# To plot with gnuplot: +# gnuplot -p -e "set xlabel 'Time (s)'; set ylabel 'Peak'; plot 'peaks.txt' using 2:3 with lines title 'Raw Peak'" +# Columns: beat_number clock_time raw_peak +# +0 0.189516 0.588233 +1 0.502906 0.177229 +2 1.003406 0.235951 +3 1.502298 0.199312 +4 2.002919 0.234061 +5 2.503558 0.475179 +6 3.002598 0.334373 +7 3.503073 0.199128 +8 4.003374 0.234061 +9 4.503743 0.975382 +10 5.002930 0.272136 +11 5.504852 0.204941 +12 6.003064 0.234083 +13 6.503076 0.475188 +14 7.002489 0.234061 +15 7.503902 0.199286 +16 8.002816 0.334373 +17 8.502699 0.475188 +18 9.002795 0.234061 +19 9.503774 0.199128 +20 10.003943 0.234061 +21 10.503923 0.412922 +22 11.002934 0.285239 +23 11.502814 0.199328 +24 12.002732 0.238938 +25 12.502844 0.975236 +26 13.003447 0.388766 +27 13.503064 0.204941 |
