Search:

Type: Posts; User: realcr

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,086

    maybe this can help

    Program received signal SIGSEGV, Segmentation fault.
    0x0804a0b0 in lvert::operator() (this=0xbffff5d8, v1=@0x8050470, v2=@0x8)
    at p2.cpp:62
    62 if(v1.x==v2.x)
    (gdb) list
    57
    58 ...
  2. Replies
    1
    Views
    1,086

    compare segmantation fault

    Hi everyone.

    I wrote my first useful program in C++ [maybe after hello world]. After hours of effort to make it survive the compilation [and it finally did] I can't make it work right. I get at...
  3. Thread: voice echo

    by realcr
    Replies
    5
    Views
    1,414

    I found out that when I increase the size of the...

    I found out that when I increase the size of the buffer , the playback is better , however there are still jumps in the middle (they just occur less often).

    realcr.
  4. Thread: voice echo

    by realcr
    Replies
    5
    Views
    1,414

    Thanks mouse, indeed there seems to be something...

    Thanks mouse,
    indeed there seems to be something is wrong in my code with the size of buffers. I will check it out and return with answer and fixed code.

    realcr.
  5. Thread: voice echo

    by realcr
    Replies
    5
    Views
    1,414

    U are right , however I still don't know what is...

    U are right , however I still don't know what is the relevant part of code. Maybe these parts:



    int main(int argc, char *argv[])
    {
    const int NUMPTS = 44100 * 10; // 10 seconds
    ...
  6. Thread: voice echo

    by realcr
    Replies
    5
    Views
    1,414

    voice echo

    I was trying to write a program that waits for 10 seconds for voice input from the mic ,and then echoes it back.
    The problem is that when playing back the recorded data , it is played so slowly...
  7. Replies
    2
    Views
    2,089

    Thanks Devil , I'll try it out. realcr.

    Thanks Devil , I'll try it out.

    realcr.
  8. Replies
    2
    Views
    2,089

    reading from a mic

    Hi everyone.

    This is my first visit here... I wanted to ask how can I read from the microphone using windows api.
    I remember that doing it in linux was as easy as reading from a file , however I...
Results 1 to 8 of 8