# opus_converter **Repository Path**: socoff/opus_converter ## Basic Information - **Project Name**: opus_converter - **Description**: opus文件转换工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-10 - **Last Updated**: 2024-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README 本项目来自 https://github.com/joshduran/brukeropus 原项目的说明文档参见[这里](README.ofc.md) 基于项目中对OPUS的文件解析库,实现将OPUS格式文件转换为txt格式。 ## 使用说明 该项目目标为命令行处理工具,不提供GUI界面。 ```shell opus_converter <转换后的txt文件名> ``` ## 编译说明 运行根目录下的pack.bat,将会生成dist目录,其中包含了可执行文件。