mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +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);
|