mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 23:00:02 +01:00
fix problem of needing to skip audio every 3-5 frames even when frames are finished in time.
replaced gettimeofday for clock_gettime in bio2jack driver
This commit is contained in:
@@ -138,7 +138,7 @@ enum JACK_PORT_CONNECTION_MODE
|
||||
/* defaults to CONNECT_ALL */
|
||||
void JACK_SetPortConnectionMode(enum JACK_PORT_CONNECTION_MODE mode);
|
||||
|
||||
long JACK_OutputStatus(int deviceID,long int *sec, long int *usec);
|
||||
long JACK_OutputStatus(int deviceID,long *sec, long *usec);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user