mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
7 lines
167 B
C
7 lines
167 B
C
/* system-specific definitions */
|
|
|
|
PmError pm_macosxcm_init(void);
|
|
void pm_macosxcm_term(void);
|
|
|
|
PmDeviceID find_default_device(char *path, int input, PmDeviceID id);
|