Forum Discussion
Altera_Forum
Honored Contributor
9 years agoThank you for the reply!
How can I generate a synthetic audio signal? Since I don't have the line in cable... I try to do this, but it doesn't work... I think this two lines will generate the sound of "l_buf = 30000"? unsigned int l_buf = 30000; alt_up_audio_write_fifo (audio_dev, &(l_buf), 80, ALT_UP_AUDIO_LEFT); Many Thanks