Skip to content

Commit

Permalink
Merge pull request #1 from mattjoyce/multipass
Browse files Browse the repository at this point in the history
Multipass
  • Loading branch information
mattjoyce authored Apr 2, 2024
2 parents 22a8eee + 57c2875 commit 93ac807
Show file tree
Hide file tree
Showing 13 changed files with 623 additions and 610 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*.mp4
*.png
testing/
.vscode/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

24 changes: 0 additions & 24 deletions config.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions config2.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions config3.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions config4.yaml
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
27 changes: 0 additions & 27 deletions ffmpeg_log.txt

This file was deleted.

126 changes: 0 additions & 126 deletions find_global_max_power.py

This file was deleted.

Binary file removed frame_0.png
Binary file not shown.
Loading

0 comments on commit 93ac807

Please sign in to comment.