forked from acco/chti23
17 lines
235 B
Text
17 lines
235 B
Text
int[] tableau = les valeurs;
|
|
int SortieSon;
|
|
int index = 0;
|
|
|
|
int CallbackSon()
|
|
{
|
|
echantillon = tableau[index];
|
|
SortieSon = (int)(echantillon * 360 / 32768) + 360;
|
|
return SortieSon
|
|
}
|
|
|
|
while (index<5512)
|
|
{
|
|
CallbackSon();
|
|
index++;
|
|
}
|
|
|