ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/SID_Be.h
(Generate patch)

Comparing Frodo4/Src/SID_Be.h (file contents):
Revision 1.2 by cebix, 2003-07-01T17:51:17Z vs.
Revision 1.3 by cebix, 2003-07-09T13:54:22Z

# Line 36 | Line 36 | void DigitalRenderer::init_sound(void)
36          ready = the_sub->Subscribe(the_stream) == B_NO_ERROR;
37          if (ready) {
38                  the_stream->SetSamplingRate(SAMPLE_FREQ);
39                the_stream->SetStreamBuffers(SAMPLE_FREQ / CALC_FREQ * 4, 4);   // Must be called after EnterStream()
39                  the_sub->EnterStream(NULL, true, this, stream_func, NULL, true);
40 +                the_stream->SetStreamBuffers(SAMPLE_FREQ / CALC_FREQ * 4, 4);   // Must be called after EnterStream()
41                  in_stream = true;
42          }
43   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines