Skip to content

Commit

Permalink
feat(types): 录音音频格式
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDaraW authored and ZakaryCode committed Apr 29, 2021
1 parent 6333975 commit 9a71e60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/taro/types/api/media/recorder.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ declare namespace Taro {
mp3
/** aac 格式 */
aac
/** wav 格式 */
wav
/** pcm 格式 */
PCM
}
/** 录音通道数 */
interface numberOfChannels {
Expand Down

0 comments on commit 9a71e60

Please sign in to comment.