ftp.nice.ch/pub/next/unix/audio/rsynth.2.0.s.tar.gz#/rsynth-2.0/config/dummyplay.c

This is dummyplay.c in view mode; [Download] [Up]

#include <config.h>
#include <stdio.h>
#include "proto.h"
#include "getargs.h"
#include "hplay.h"

long samp_rate = 8000;

int
audio_init(int argc, char **argv)
{
 return (0);
}

void
audio_term(void)
{
}

void
audio_play(int n, short *data)
{
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.