Stub the transcribe task for now
Assisted-by: Claude Opus 4.6 via pi
change qvyqnwwmooyoytkywuzskuooswnmlzrz
commit 9e7ec201db11c9145d477a75f20322ebcb6f8c1b
author Alpha Chen <alpha@kejadlen.dev>
date
parent wzupyxrx
diff --git a/Rakefile b/Rakefile
index c5c4f67..11adf85 100644
--- a/Rakefile
+++ b/Rakefile
@@ -67,6 +67,7 @@ task :transcribe, [:number] => HRN_FEED do |_t, args|
   end
 
   FileUtils.mkdir_p(TRANSCRIPTS_DIR)
-  puts "Transcribing #{ep.number}. #{ep.title}..."
-  sh "sous_chef/build/release/sous_chef", audio, transcript
+  puts "TODO: transcribe #{ep.number}. #{ep.title}"
+  puts "  audio: #{audio}"
+  puts "  transcript: #{transcript}"
 end