Skip to content

Commit 69a4e99

Browse files
committed
Moving from private to Arm repo
1 parent 48b8bcc commit 69a4e99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/usb/Mbed_USB_WAV_Audio_Player/Mbed_USB_WAV_Audio_Player.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This tutorial uses several Mbed libraries:
3131

3232
- [USB](../apis/usb.html) (part of Mbed OS).
3333
- [sd-driver](https://github.com/ARMmbed/sd-driver) (external library).
34-
- [AudioPlayer](https://github.com/c1728p9/AudioPlayer) (external library).
34+
- [AudioPlayer](https://github.com/ARMmbed/AudioPlayer) (external library).
3535

3636
This tutorial uses the USBAudio class of the USB library to send audio data from the Mbed board to the host PC. It uses the SDBlockDevice and FATFileSystem classes of the `sd-driver` library, so you can store the WAV files on an SD card and the Mbed board can access them. Lastly, it uses the AudioPlayer and WaveAudioStream classes of the AudioPlayer library to access the audio data from the WAV file on the SD card.
3737

@@ -52,9 +52,9 @@ The following steps demonstrate the setup and use of the Mbed WAV audio player:
5252

5353
`mbed new <project name>`
5454

55-
1. Add the [sd-driver](https://github.com/ARMmbed/sd-driver) and [AudioPlayer](https://github.com/c1728p9/AudioPlayer) libraries to the new Mbed project directory:
55+
1. Add the [sd-driver](https://github.com/ARMmbed/sd-driver) and [AudioPlayer](https://github.com/ARMmbed/AudioPlayer) libraries to the new Mbed project directory:
5656

57-
`mbed add https://github.com/c1728p9/AudioPlayer`
57+
`mbed add https://github.com/ARMmbed/AudioPlayer`
5858

5959
1. Ensure that `SD` component is available for your device in `targets.json` or `mbed_app.json`.
6060
1. Copy and paste the [example code](../tutorials/usb-wav-audio-player.html#example-wav-file) into `main.cpp`.

0 commit comments

Comments
 (0)