Wiki source code of Music Management
Version 15.1 by Rembrandt Oltmans on 2022/03/29 14:48
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | == Music == | ||
2 | For the music the robot plays 6 songs were picked to use in combination with the activities. The royalty free music was downloaded from the internet. The songs were downloaded from the following websites: // youtube.com// & //bensound.com//. | ||
3 | The songs that were used in combination with corresponding activities are the following: | ||
4 | |||
5 | {{html}} | ||
6 | <table> | ||
7 | <tr> | ||
8 | <th>Song</th> | ||
9 | <th>Artist</th> | ||
10 | <th>Activity</th> | ||
11 | </tr> | ||
12 | <tr> | ||
13 | <td>Ukulele</td> | ||
14 | <td>Bensound</td> | ||
15 | <td>Cooking</td> | ||
16 | </tr> | ||
17 | <tr> | ||
18 | <td>Monkeys Spinning Monkeys</td> | ||
19 | <td>Kevin MacLeod</td> | ||
20 | <td>Bathroom</td> | ||
21 | </tr> | ||
22 | <tr> | ||
23 | <td>Local Forecast</td> | ||
24 | <td>Kevin MacLeod</td> | ||
25 | <td>Sleep</td> | ||
26 | </tr> | ||
27 | <tr> | ||
28 | <td>Carefree</td> | ||
29 | <td>Kevin MacLeod</td> | ||
30 | <td>Drinking</td> | ||
31 | </tr> | ||
32 | <tr> | ||
33 | <td>Buddy</td> | ||
34 | <td>iMovie</td> | ||
35 | <td>Brushing teeth</td> | ||
36 | </tr> | ||
37 | <tr> | ||
38 | <td>Add And</td> | ||
39 | <td>Broke for Free</td> | ||
40 | <td>Exercise</td> | ||
41 | </tr> | ||
42 | </table> | ||
43 | {{/html}} | ||
44 | |||
45 | == Music Device == | ||
46 | The music device the songs are played on is the NAO in combination with the Choregraphe Suite software to program the behaviour of when to play which song. |