Skip to content

Commit 3f018b4

Browse files
committed
- add audio pitch shifter to sidebar.html and tools.json, add screenshot
1 parent 2e27539 commit 3f018b4

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,5 +1725,16 @@
17251725
"aiPowered": false,
17261726
"featured": false,
17271727
"date": "2025-10-05"
1728+
},
1729+
{
1730+
"id": "audio_pitch_shifter",
1731+
"title": "Audio Pitch Shifter",
1732+
"description": "Professional online pitch shifter tool. Change audio pitch in real-time without affecting speed. Supports microphone input, audio files, and recording. Free browser-based pitch shifting.",
1733+
"url": "tools/audio_pitch_shifter.html",
1734+
"screenshot": "screenshots/screenshot_223.webp",
1735+
"type": "tool",
1736+
"aiPowered": false,
1737+
"featured": false,
1738+
"date": "2025-10-10"
17281739
}
17291740
]

screenshots/screenshot_223.webp

12.6 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ <h2>Tools by ChatGPT</h2>
308308
<li><a href="/tools/family_tree_builder.html">Family Tree Builder</a></li>
309309
<li><a href="/tools/animal_age_calculator.html">Animal Age Calculator</a></li>
310310
<li><a href="/tools/animal_size_comparison.html">Animal Size Comparison</a></li>
311+
<li><a href="/tools/audio_pitch_shifter.html">Audio Pitch Shifter</a></li>
311312
<!-- end -->
312313
</ul>
313314
</div>

0 commit comments

Comments
 (0)