<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Entertainment on Breeding and genetics</title>
		<link>https://blog.xijiang.org/tags/entertainment/</link>
		<description>Recent content in Entertainment on Breeding and genetics</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Tue, 28 Jul 2026 13:37:05 +0200</lastBuildDate>
		
			<atom:link href="https://blog.xijiang.org/tags/entertainment/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Karaoke generator</title>
				<link>https://blog.xijiang.org/posts/karaoke-generator/</link>
				<pubDate>Tue, 28 Jul 2026 13:37:05 +0200</pubDate>
				<guid>https://blog.xijiang.org/posts/karaoke-generator/</guid>
				<description>&lt;h1 id=&#34;karaoke-environment-manual&#34;&gt;Karaoke Environment Manual&lt;/h1&gt;&#xA;&lt;p&gt;&lt;img src=&#34;banner.jpg&#34; alt=&#34;Karaoke Generator Banner&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Welcome to the &lt;strong&gt;Karaoke Environment&lt;/strong&gt;. This tool suite allows you to download videos from YouTube, separate vocals from instrumental music using AI models (&lt;code&gt;Spleeter&lt;/code&gt;), generate timed lyrics/subtitles using speech recognition (&lt;code&gt;Whisper&lt;/code&gt;), convert Traditional Chinese characters to Simplified Chinese (&lt;code&gt;OpenCC&lt;/code&gt;), and render ready-to-sing Karaoke video files with burned-in subtitles.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-environment-directory-structure&#34;&gt;📁 Environment Directory Structure&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;karaoke-setup.sh&lt;/code&gt;&lt;/strong&gt;: Main setup script to initialize environment structure, Python virtual environment, and executables.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;.venv/&lt;/code&gt;&lt;/strong&gt;: Python Virtual Environment containing all required AI models, libraries (&lt;code&gt;yt-dlp&lt;/code&gt;, &lt;code&gt;whisper_timestamped&lt;/code&gt;, &lt;code&gt;spleeter&lt;/code&gt;, &lt;code&gt;opencc&lt;/code&gt;, &lt;code&gt;tf_keras&lt;/code&gt;, &lt;code&gt;torch&lt;/code&gt;), and CLI tools in &lt;code&gt;.venv/bin/&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;songs/&lt;/code&gt;&lt;/strong&gt;: Output directory storing intermediate assets (downloaded &lt;code&gt;.mp4&lt;/code&gt;/&lt;code&gt;.wav&lt;/code&gt;, separated vocals, generated &lt;code&gt;.srt&lt;/code&gt; files).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;result/&lt;/code&gt;&lt;/strong&gt;: Final Karaoke video outputs:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;result/instrumental/&lt;/code&gt;&lt;/strong&gt;: Pure backing tracks + original video with subtitled lyrics.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;result/quarter-vocal/&lt;/code&gt;&lt;/strong&gt;: Backing tracks + 25% low-volume original vocals + original video with subtitled lyrics.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;mastered/&lt;/code&gt;&lt;/strong&gt;: Location for finalized songs.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;code&gt;pretrained_models/&lt;/code&gt;&lt;/strong&gt;: Cache directory for pretrained stem separation and speech recognition models.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-setup--initialization&#34;&gt;🛠️ Setup &amp;amp; Initialization&lt;/h2&gt;&#xA;&lt;p&gt;To initialize or reproduce this environment, run:&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
