Changeset 2945:4ee3f04d27dd in roaraudio for roard/roard.c


Ignore:
Timestamp:
10/16/09 23:27:23 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added dummy files (waveform.[ch]) for waveform subsystem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r2815 r2945  
    13991399 ROAR_DBG("Server config: rate=%i, bits=%i, chans=%i", sa.rate, sa.bits, sa.channels); 
    14001400 
     1401 if ( waveform_init() == -1 ) { 
     1402  ROAR_ERR("Can not initialize Waveform subsystem"); 
     1403  return 1; 
     1404 } 
     1405 
    14011406#ifndef ROAR_WITHOUT_DCOMP_MIDI 
    14021407 if ( midi_init() == -1 ) { 
     
    16771682#endif 
    16781683 
     1684 waveform_free(); 
     1685 
    16791686#ifdef SUPPORT_PIDFILE 
    16801687 if ( pidfile != NULL ) 
Note: See TracChangeset for help on using the changeset viewer.