Click here to Skip to main content
15,913,941 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am trying to apply some delay to my output audio, In my sample buffer contains sample data, How I can achive this, give me some sample code

int l = m_input->read(m_buffer.data(), len);


This m_buffer contains sample data



How is possible to echo to output sound(delay effect)
Posted
Updated 14-Sep-11 23:42pm
v2
Comments
CPallini 15-Sep-11 4:12am    
What do you mean, exactly?
Arun Kumar K S 15-Sep-11 5:31am    
like echo to my output sound, But echo is repeating sound, I need only the second sound in echo

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900