@hsiehchenwei/mcp-gemini-transcriber 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server.mjs +1 -1
package/package.json
CHANGED
package/server.mjs
CHANGED
|
@@ -2034,7 +2034,7 @@ server.tool(
|
|
|
2034
2034
|
}
|
|
2035
2035
|
|
|
2036
2036
|
// 切割音頻片段
|
|
2037
|
-
const tempDir = await fs.mkdtemp(path.join(
|
|
2037
|
+
const tempDir = await fs.mkdtemp(path.join(tmpdir(), 'speaker-analysis-'));
|
|
2038
2038
|
const segmentPath = path.join(tempDir, 'segment.mp3');
|
|
2039
2039
|
|
|
2040
2040
|
await new Promise((resolve, reject) => {
|