Hi!!
I read 64 bytes from a file like this:
ifstream in ("music.wav", ios::in | ios::binary );
in.read (buffer,64);
What do I have to do to read these 64 bytes 192000 times a second? (192kHz)
It's to simulate an input that recieve sound samples at 192 kHz....
Thanks a lot for any help and sorry for my english
Starn
I read 64 bytes from a file like this:
ifstream in ("music.wav", ios::in | ios::binary );
in.read (buffer,64);
What do I have to do to read these 64 bytes 192000 times a second? (192kHz)
It's to simulate an input that recieve sound samples at 192 kHz....
Thanks a lot for any help and sorry for my english
Starn