mute audio maker avoid uint32_t cycle and 8k aac a frame is 128ms

This commit is contained in:
xiongguangjie
2022-10-11 16:53:27 +08:00
parent 2b64245c14
commit bbdcc44eb0
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ public:
bool inputFrame(const Frame::Ptr &frame) override;
private:
uint32_t _audio_idx = 0;
uint64_t _audio_idx = 0;
};
/**