Audio does not work with latest arduino board/lib/code

Hello,

after updating the board and the library there is no audio output when uploading a compiled example sketch with arduino.

Using board 'GenH7' from platform in folder: C:\Users\...\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.1.0
Using core 'arduino' from platform in folder: C:\Users\...\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.1.0
Alternatives for DaisyDuino.h: [DaisyDuino@1.4.0]
ResolveLibrary(DaisyDuino.h)
  -> candidates: [DaisyDuino@1.4.0]

Compiler and linker is used from this directory:
\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\xpack-arm-none-eabi-gcc\\10.2.1-1.1/bin/

The blink example was successful (led was blinking). In addition to that, adding print statements and activation of CDC was also successful. Only the audio seems to be dead.


I could ensure that the callback has been called 1000 times a second (buffer size is 48). In addition to that I could also display the waveform which is generated onto an I2C OLED display. Compiling and uploading the examples without arduino (makefile based DaisyExamples) was successful (built with xpack-arm-none-eabi-gcc\9.2.1-1.1)