-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from mattjoyce/multipass
Multipass
- Loading branch information
Showing
13 changed files
with
623 additions
and
610 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
*.mp4 | ||
*.png | ||
testing/ | ||
.vscode/ | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
audio_visualization: | ||
audio_visual_span: 1 | ||
cmap: magma | ||
max_spectrogram_width: 6000 | ||
playhead_position: 0.25 # Centered horizontally | ||
playhead_rgba: [255,255,255,192] # white, slightly transparent | ||
playhead_width: 2 # Assuming pixels for thick | ||
playhead_section_rgba : [0,0,0,0] | ||
seconds_in_view: 60 | ||
profiling_chunk_duration: 60 | ||
mel_spectrogram: | ||
db_high: 0 | ||
db_low: -70 | ||
f_high: 22050 | ||
f_low: 50 | ||
hop_length: 512 | ||
n_fft: 2048 | ||
n_mels: 200 | ||
video: | ||
frame_rate: 30 | ||
height: 200 | ||
width: 800 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.