Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am developing one sound processing application using Qt as front end
For that how we get data samples from a microphone and need to process it using Open Source SoundToch library,

The method I need to implement as given below

m_soundTouch.putSamples((SAMPLETYPE*)block->lpData, block->dwBufferLength / sizeof(SAMPLETYPE));


I tried by overriding qint64 writeData(const char *data, qint64 len); in QIODevice but i failed to implement above method and change its pitch and produce new voice as output in speaker



Thanks,
Arun Kumar K S
Posted

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