Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI get a big noise when I echo the audio data from microphone
I designed a audio system in Qsys. I read the fifo data from the microphone input and write it to the audio write fifo. Although I can hear the microphone echo, it also generate a very big noise. I c...
Altera_Forum
Honored Contributor
10 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