Wiki source code of Music Management

Last modified by Rembrandt Oltmans on 2022/03/29 14:50

Hide last authors
Rembrandt Oltmans 14.1 1 == Music ==
Rembrandt Oltmans 15.1 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//.
Rembrandt Oltmans 14.1 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 ==
Rembrandt Oltmans 16.1 46 The music device the songs are played on is the NAO in combination with the Choregraphe Suite software on a laptop containing the songs to program the behaviour of when to play which song. The timer in the Choregraphe Suite limits the music to play for a duration of 10 seconds during the quiz. However, for other applications the entire song can be played.
Rembrandt Oltmans 14.1 47