mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
11 lines
326 B
C
11 lines
326 B
C
// sndwritepa.h -- headers for sndwritepa.c
|
|
//
|
|
// Roger Dannenberg
|
|
// Jan 2013
|
|
//
|
|
// Since sndwritepa.c is a PortAudio based implementation of the sndwrite.h
|
|
// interface, we just include sndwrite.h (By doing this, we regularize the
|
|
// system so that there is a .h file corresponding to each .c file.)
|
|
|
|
#include "sndwrite.h"
|