Recording and Playing Voice Clips
MakeCode Programming Tutorial
Extension link: https://github.com/KittenBot/pxt-koi2
Search for KOI2 in the search bar, select KOI 2.(KOI 2 has been approved by Microsoft)

The extension will be imported into your project.
Coding Blocks

Sample Program

Sample Program Operations
Press Button B on Micro:bit to record a 3 second voice clip and save as testing.wav.
Press Button A on Micro:bit to play the voice clip testing.wav.
Last updated