mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-15 06:03:02 -05:00
* support record audio and save to mp4
This commit is contained in:
@@ -44,8 +44,9 @@ namespace maix::video
|
||||
return err::ERR_NOT_IMPL;
|
||||
}
|
||||
|
||||
video::Frame *Encoder::encode(image::Image *img) {
|
||||
video::Frame *Encoder::encode(image::Image *img, Bytes *pcm) {
|
||||
(void)img;
|
||||
(void)pcm;
|
||||
throw err::Exception(err::ERR_NOT_IMPL);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user