Bonjour,
quel est l'API qui permet le plus facilement de récupérer la quantité de mémoire vidéo libre de ma carte graphique ?
Forum Programmation.c Mémoire vidéo libre
21
mar.
2009
gnu@robby:~/faust2.0/voice$ sh faustus2.sh
# execute un random dans l'interval(%) `ls *ogg | wc -l`
line=$(($RANDOM%`ls *wav | wc -l`))
+ ls test.wav test2.wav test3.wav test4.wav test5.wav
+ wc -l
faustus2.sh: 8: arithmetic expression: expecting primary: "%5"
gnu@robby:~/faust2.0/voice$ cat faustus2.sh
#!/bin/bash
#SCRIPT PLAY OGG
set -xv
# execute un random dans l'interval(%) `ls (…)