-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
43 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
10 changes: 5 additions & 5 deletions
10
moneybroadcast/src/main/java/zhuazhu/voice/VoiceBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
package zhuazhu.voice; | ||
|
||
/** | ||
* @author 志尧 | ||
* @date on 2018-01-12 15:12 | ||
* @email [email protected] | ||
* @describe 组合音频 实体类 | ||
* @ideas 开头 + 金额 + 单位 | ||
* 创建时间: 2017/12/26 16:47<br/> | ||
* 创建人: 李涛<br/> | ||
* 修改人: 李涛<br/> | ||
* 修改时间: 2017/12/26 16:47<br/> | ||
* 描述: 组合音频 实体类(开头 + 金额 + 单位) | ||
*/ | ||
|
||
public class VoiceBuilder { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,11 @@ | |
import zhuazhu.voice.utils.FileUtils; | ||
|
||
/** | ||
* @author 志尧 | ||
* @date on 2018-01-12 15:09 | ||
* @email [email protected] | ||
* @describe 音频播放 | ||
* @ideas | ||
* 创建时间: 2017/12/26 16:47<br/> | ||
* 创建人: 李涛<br/> | ||
* 修改人: 李涛<br/> | ||
* 修改时间: 2017/12/26 16:47<br/> | ||
* 描述: 语音播报 | ||
*/ | ||
|
||
public class VoicePlay { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,11 @@ | |
import zhuazhu.voice.utils.MoneyUtils; | ||
|
||
/** | ||
* @author 志尧 | ||
* @date on 2018-01-12 15:25 | ||
* @email [email protected] | ||
* @describe 音频组合 | ||
* @ideas | ||
* 创建时间: 2017/12/26 16:47<br/> | ||
* 创建人: 李涛<br/> | ||
* 修改人: 李涛<br/> | ||
* 修改时间: 2017/12/26 16:47<br/> | ||
* 描述: 语音组合 | ||
*/ | ||
|
||
public class VoiceTextTemplate { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ | |
import java.io.IOException; | ||
|
||
/** | ||
* @author 志尧 | ||
* @date on 2018-01-12 13:51 | ||
* @email [email protected] | ||
* @describe 文件相关的工具类 | ||
* @ideas | ||
* 创建时间: 2017/12/26 16:47<br/> | ||
* 创建人: 李涛<br/> | ||
* 修改人: 李涛<br/> | ||
* 修改时间: 2017/12/26 16:47<br/> | ||
* 描述: 文件处理 | ||
*/ | ||
public class FileUtils { | ||
|
||
|
10 changes: 5 additions & 5 deletions
10
moneybroadcast/src/main/java/zhuazhu/voice/utils/MoneyUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
package zhuazhu.voice.utils; | ||
|
||
/** | ||
* @author 志尧 | ||
* @date on 2018-01-12 13:54 | ||
* @email [email protected] | ||
* @describe 关于金钱的工具类 | ||
* @ideas | ||
* 创建时间: 2017/12/26 16:47<br/> | ||
* 创建人: 李涛<br/> | ||
* 修改人: 李涛<br/> | ||
* 修改时间: 2017/12/26 16:47<br/> | ||
* 描述: 关于金钱的工具类 | ||
*/ | ||
public class MoneyUtils { | ||
|
||
|