Skip to content

Commit

Permalink
updated audio augmentation map in common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sampath1117 committed Aug 27, 2024
1 parent c90acf1 commit 7c62d8a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions utilities/test_suite/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
}

audioAugmentationMap = {
0: ["non_silent_region_detection", "HOST"],
1: ["to_decibels", "HOST"],
2: ["pre_emphasis_filter", "HOST"],
3: ["down_mixing", "HOST"],
4: ["spectrogram", "HOST"],
5: ["slice", "HOST"],
6: ["resample", "HOST"],
0: ["non_silent_region_detection", "HOST", "HIP"],
1: ["to_decibels", "HOST", "HIP"],
2: ["pre_emphasis_filter", "HOST", "HIP"],
3: ["down_mixing", "HOST", "HIP"],
4: ["spectrogram", "HOST", "HIP"],
5: ["slice", "HOST", "HIP"],
6: ["resample", "HOST", "HIP"],
7: ["mel_filter_bank", "HOST"]
}

Expand Down

0 comments on commit 7c62d8a

Please sign in to comment.