(API Change) Rename source_audio structure
Rename source_audio to obs_source_audio to make it more consistent with the rest of the API
This commit is contained in:
@@ -41,7 +41,7 @@ static void *sinewave_thread(void *pdata)
|
||||
bytes[i] = (uint8_t)((wave+1.0)*0.5 * 255.0);
|
||||
}
|
||||
|
||||
struct source_audio data;
|
||||
struct obs_source_audio data;
|
||||
data.data[0] = bytes;
|
||||
data.frames = 480;
|
||||
data.speakers = SPEAKERS_MONO;
|
||||
|
Reference in New Issue
Block a user