Skip to content

Commit

Permalink
Remove mentions of audio normalization (#60)
Browse files Browse the repository at this point in the history
* Use generated regex; style updates

* Make PostProcessor class static

* Remove mentions of audio normalization
  • Loading branch information
codeconscious authored Aug 10, 2024
1 parent cbb108a commit c82f2d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions src/CCVTAC.Console/PostProcessing/Normalizer.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/CCVTAC.Console/PostProcessing/PostProcessing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ internal static void Run(UserSettings settings, MediaType mediaType, Printer pri
{
printer.Info(tagResult.Value);

// AudioNormalizer.Run(workingDirectory, Printer); // TODO: normalize方法を要検討。
Renamer.Run(settings, workingDirectory, printer);

Mover.Run(taggingSets, collectionJson, settings, true, printer);
Expand Down

0 comments on commit c82f2d9

Please sign in to comment.