-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See #120 Tests pass. Writing images to Sqlite files seems to works. Now just running through bugs associated with tiles and super tiles. This patch: - Modifies the default zoomg spectrograms code for production settings - References SqliteFileSystem as a package so that dependencies are imported automatically - Fixes a few minor bugs
- Loading branch information
Showing
11 changed files
with
135 additions
and
45 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
33 changes: 16 additions & 17 deletions
33
AudioAnalysis/AnalysisConfigFiles/SpectrogramZoomingConfig.yml
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,33 +1,32 @@ | ||
--- | ||
SpectralFrameDuration: 0.02 | ||
TileWidth: 300 | ||
TileWidth: 180 | ||
# How to tile, valid values: | ||
# - PanoJsTilingProfile | ||
# - AbsoluteDateTilingProfile | ||
TilingProfile: AbsoluteDateTilingProfile | ||
SpectralIndexScale: | ||
- 240 | ||
- 120 | ||
- 60 | ||
- 24 | ||
- 12 | ||
- 6 | ||
- 4 | ||
- 2 | ||
- 1 | ||
- 0.6 | ||
- 0.4 | ||
- 0.2 | ||
SpectralFrameScale: | ||
- 0.07 | ||
- 0.04 | ||
- 0.02 | ||
- 30 | ||
- 15 | ||
- 7.5 | ||
- 3.750 | ||
- 1.875 | ||
- 1.0 | ||
- 0.5 | ||
- 0.250 | ||
- 0.125 | ||
SpectralFrameScale: [] | ||
MaxTilesPerSuperTile: 12 | ||
UseDistributionsForNormalization: false | ||
LdSpectrogramConfig: | ||
ColorMap1: "ACI-ENT-EVN" | ||
ColorMap2: "BGN-POW-EVN" | ||
# minutes | ||
ColorMap2: "BGN-PMN-EVN" | ||
# seconds | ||
XAxisTicIntervalSeconds: 3600 | ||
# Hertz | ||
YAxisTicInterval: 1000 | ||
IndexPropertiesConfig: './IndexPropertiesConfig.yml' | ||
IndexPropertiesConfig: './IndexPropertiesConfig.HiRes.yml' | ||
... |
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
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
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
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
Oops, something went wrong.