You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好 我想问一下这是为什么? In file included from /Users/myry/Documents/Github/MiniLegoTV/MiniLegoTV.ino:51:
/Users/myry/Documents/Github/MiniLegoTV/esp32_audio_task.h:85:59: error: invalid conversion from 'void ()(AACFrameInfo&, int16_t, size_t)' {aka 'void ()(_AACFrameInfo&, short int, unsigned int)'} to 'libhelix::AACDataCallback' {aka 'void ()(_AACFrameInfo&, short int, unsigned int, void*)'} [-fpermissive]
static libhelix::AACDecoderHelix _aac(aacAudioDataCallback);
^
In file included from /Users/myry/Documents/Github/MiniLegoTV/esp32_audio_task.h:3,
from /Users/myry/Documents/Github/MiniLegoTV/MiniLegoTV.ino:51:
/Users/myry/Documents/Arduino/libraries/libhelix/src/AACDecoderHelix.h:32:35: note: initializing argument 1 of 'libhelix::AACDecoderHelix::AACDecoderHelix(libhelix::AACDataCallback)'
AACDecoderHelix(AACDataCallback dataCallback) {
~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /Users/myry/Documents/Github/MiniLegoTV/MiniLegoTV.ino:51:
/Users/myry/Documents/Github/MiniLegoTV/esp32_audio_task.h:111:59: error: invalid conversion from 'void ()(MP3FrameInfo&, int16_t, size_t)' {aka 'void ()(_MP3FrameInfo&, short int, unsigned int)'} to 'libhelix::MP3DataCallback' {aka 'void ()(_MP3FrameInfo&, short int, unsigned int, void*)'} [-fpermissive]
static libhelix::MP3DecoderHelix _mp3(mp3AudioDataCallback);
^
In file included from /Users/myry/Documents/Github/MiniLegoTV/esp32_audio_task.h:4,
from /Users/myry/Documents/Github/MiniLegoTV/MiniLegoTV.ino:51:
/Users/myry/Documents/Arduino/libraries/libhelix/src/MP3DecoderHelix.h:37:35: note: initializing argument 1 of 'libhelix::MP3DecoderHelix::MP3DecoderHelix(libhelix::MP3DataCallback, libhelix::MP3Type)'
MP3DecoderHelix(MP3DataCallback dataCallback, MP3Type mp3Type = MP3Normal) {
~~~~~~~~~~~~~~~~^~~~~~~~~~~~
Multiple libraries were found for "WiFi.h"
Used: /Users/myry/Library/Arduino15/packages/esp32/hardware/esp32/2.0.13/libraries/WiFi
Not used: /Users/myry/Documents/Arduino/libraries/WiFiEspAT
Multiple libraries were found for "SD.h"
Used: /Users/myry/Library/Arduino15/packages/esp32/hardware/esp32/2.0.13/libraries/SD
Not used: /Users/myry/Library/Arduino15/libraries/SD
Not used: /Users/myry/Documents/Arduino/libraries/SD
Multiple libraries were found for "Preferences.h"
Used: /Users/myry/Library/Arduino15/packages/esp32/hardware/esp32/2.0.13/libraries/Preferences
Not used: /Users/myry/Documents/Arduino/libraries/Preferences
exit status 1
Compilation error: invalid conversion from 'void ()(AACFrameInfo&, int16_t, size_t)' {aka 'void ()(_AACFrameInfo&, short int, unsigned int)'} to 'libhelix::AACDataCallback' {aka 'void ()(_AACFrameInfo&, short int, unsigned int, void*)'} [-fpermissive]
The text was updated successfully, but these errors were encountered:
你好 我想问一下这是为什么? In file included from /Users/myry/Documents/Github/MiniLegoTV/MiniLegoTV.ino:51:
/Users/myry/Documents/Github/MiniLegoTV/esp32_audio_task.h:85:59: error: invalid conversion from 'void ()(AACFrameInfo&, int16_t, size_t)' {aka 'void ()(_AACFrameInfo&, short int, unsigned int)'} to 'libhelix::AACDataCallback' {aka 'void ()(_AACFrameInfo&, short int, unsigned int, void*)'} [-fpermissive]
static libhelix::AACDecoderHelix _aac(aacAudioDataCallback);
^
In file included from /Users/myry/Documents/Github/MiniLegoTV/esp32_audio_task.h:3,
from /Users/myry/Documents/Github/MiniLegoTV/MiniLegoTV.ino:51:
/Users/myry/Documents/Arduino/libraries/libhelix/src/AACDecoderHelix.h:32:35: note: initializing argument 1 of 'libhelix::AACDecoderHelix::AACDecoderHelix(libhelix::AACDataCallback)'
AACDecoderHelix(AACDataCallback dataCallback) {
~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /Users/myry/Documents/Github/MiniLegoTV/MiniLegoTV.ino:51:
/Users/myry/Documents/Github/MiniLegoTV/esp32_audio_task.h:111:59: error: invalid conversion from 'void ()(MP3FrameInfo&, int16_t, size_t)' {aka 'void ()(_MP3FrameInfo&, short int, unsigned int)'} to 'libhelix::MP3DataCallback' {aka 'void ()(_MP3FrameInfo&, short int, unsigned int, void*)'} [-fpermissive]
static libhelix::MP3DecoderHelix _mp3(mp3AudioDataCallback);
^
In file included from /Users/myry/Documents/Github/MiniLegoTV/esp32_audio_task.h:4,
from /Users/myry/Documents/Github/MiniLegoTV/MiniLegoTV.ino:51:
/Users/myry/Documents/Arduino/libraries/libhelix/src/MP3DecoderHelix.h:37:35: note: initializing argument 1 of 'libhelix::MP3DecoderHelix::MP3DecoderHelix(libhelix::MP3DataCallback, libhelix::MP3Type)'
MP3DecoderHelix(MP3DataCallback dataCallback, MP3Type mp3Type = MP3Normal) {
~~~~~~~~~~~~~~~~^~~~~~~~~~~~
Multiple libraries were found for "WiFi.h"
Used: /Users/myry/Library/Arduino15/packages/esp32/hardware/esp32/2.0.13/libraries/WiFi
Not used: /Users/myry/Documents/Arduino/libraries/WiFiEspAT
Multiple libraries were found for "SD.h"
Used: /Users/myry/Library/Arduino15/packages/esp32/hardware/esp32/2.0.13/libraries/SD
Not used: /Users/myry/Library/Arduino15/libraries/SD
Not used: /Users/myry/Documents/Arduino/libraries/SD
Multiple libraries were found for "Preferences.h"
Used: /Users/myry/Library/Arduino15/packages/esp32/hardware/esp32/2.0.13/libraries/Preferences
Not used: /Users/myry/Documents/Arduino/libraries/Preferences
exit status 1
Compilation error: invalid conversion from 'void ()(AACFrameInfo&, int16_t, size_t)' {aka 'void ()(_AACFrameInfo&, short int, unsigned int)'} to 'libhelix::AACDataCallback' {aka 'void ()(_AACFrameInfo&, short int, unsigned int, void*)'} [-fpermissive]
The text was updated successfully, but these errors were encountered: