02-15-2013 04:34 AM
Hi,
I am using mm-render to record audio! Below is a part of the code! But when i add " connection = mmr_connect(NULL); ", its not building any binaries! Also there is no code line error!
const char* outputFile = "/accounts/1000/shared/downloads/testFile.wav";
mmr_connection_t *connection;
mmr_context_t *context;
const char* context_name = "AnyNameYouWant";
int output = 0;
int input = 0;
connection = mmr_connect(NULL);
Its working well with c project! But when i try to integrate to cpp its getting error! Can anyone help me?
02-15-2013 04:20 PM
Hi Paul
It would help us all a lot if you told us what the error was ![]()