- 博客(3)
- 收藏
- 关注
原创 音频批量转换pcm到opus格式
音频批量转换pcm到opus格式#!/bin/bashfor i in {1..10}do echo $i opusenc --raw-bits 16 --raw-rate 16000 --raw-chan 1 --comp 10 --cvbr --framesize 20 --bitrate 28 ${i}_mono.pcm ${i}_mono.opusdone
2021-08-12 18:17:04
1100
原创 使用pandas对excel数据做块状提取
excel数据块状提取coding=utf-8‘’’Function : excel to hrlAuthor : guanning.wuCreated time : 2020-8-13Other :python=2.7.11,pandas=0.24.2‘’’import xlrdimport pandas as pdimport sys#panda块需要reload(sys)sys.setdefaultencoding(‘utf-8’)#打开文件,获取excel文件的work
2021-02-18 16:52:12
748
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人