Changeset 147 for sbliveos2/trunk/sblive


Ignore:
Timestamp:
Apr 24, 2000, 9:45:21 PM (25 years ago)
Author:
sandervl
Message:

Fixed wave volume, recording gain + wave recording

Location:
sbliveos2/trunk/sblive
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/sblive/audio.c

    r142 r147  
    316316
    317317#ifdef TARGET_OS2
    318                         woinst->fragment_size = 0;
     318                        wiinst->fragment_size = 0;
    319319#endif
    320320                        wiinst->total_recorded = 0;
  • sbliveos2/trunk/sblive/makefile.os2

    r142 r147  
    8282$(TARGET).lib: $(TARGET).lnk $(FILES)
    8383    $(LIB) $(TARGET).lib @$(TARGET).lnk
     84
     85clean:
     86     del *.obj *.err *.lnk *.sys *.sym *.lst *.map *.wmap *.lib
  • sbliveos2/trunk/sblive/mixer.c

    r142 r147  
    523523        //     Check here that current->files != 0
    524524        for (i = 0; i < MAX_PCM_CHANNELS; i++) {
     525#ifdef TARGET_OS2
    525526                if (current->files && sblive_pcm_volume[i].files == current->files) {
     527#else
     528                if (sblive_pcm_volume[i].files == current->files) {
     529#endif
    526530                        sblive_pcm_volume[i].mixer = mixer;
    527531                        if (sblive_pcm_volume[i].opened) {
Note: See TracChangeset for help on using the changeset viewer.