Commit 73695def authored by lvtz's avatar lvtz

fix

parent 8d4d9c7f
{
"requiredBackgroundModes": ["audio"],
"pages": [
"ucenter/index",
"business/pages/webview/index"
......
......@@ -498,9 +498,9 @@ Page({
if (this.data.audioStatus.playStatus == 'no') {
this.recorderManager.start({
duration: 600000,
sampleRate: 8000,
sampleRate: 16000,
numberOfChannels: 1,
encodeBitRate: 20000,
encodeBitRate: 48000,
format: 'aac',
// frameSize: 50
})
......
export default {
imageRoot: 'https://cdn.img.shangjiadao.cn/qingxiao/dakav2/images/',
host: 'https://qxapi.qingxiao.online/daka',
host2: 'https://wx.m.shangjiadao.cn',
// host: 'https://qxapi.qingxiao.online/daka',
// host2: 'https://wx.m.shangjiadao.cn',
storageVersion: '5.0',
imageVersion: '20200420',
// host: 'https://clock.wp53.cn',
// host2: 'https://test.wp53.cn',
host: 'https://clock.wp53.cn',
host2: 'https://test.wp53.cn',
appId: 'wxc1246ea029394785',
miniProgram: {
clock: 'wxdeee20e52a1fd7ee'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment