madatao
madatao
thank you very much for your answer this is not directly relating to the rsound package (at the moment) is my problem difficult? i am find à solution with a...
(define b '(あ い う え お か き く け こ さ し す せ そ た ち つ て と な に ぬ ね の は ひ ふ...
(define (transform-syll->mot L-romanji L-hiragana) (let ((a '())(b'())) (set! a (map list->string (reverse L-romanji))) (set! b (map char->string (string->list "たべます"))) (list a b))) (define (foo-w1 tw) ;transforme syllabe en fichier wav...