Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SoundTech

Pages: [1]
1
Audio / Re: Debug Error -Abort() Has Been Called
« on: July 05, 2017, 04:05:44 am »
I just ran the program again and this is the error I get when trying to put the recorded audio into a buffer so I can save it to a file. Thanks for the help.

Quote
An internal OpenAL call failed in SoundBuffer.cpp(265).
Expression:
   alBufferData(m_buffer, format, &m_samples[0], size, sampleRate)
Error description:
   AL_OUT_OF_MEMORY
   There is not enough memory left to execute the command.

2
Audio / Debug Error -Abort() Has Been Called
« on: July 04, 2017, 03:13:07 am »
I am having an issue when I am trying to make a program for my church that will record the service then autonomously save the file where it needs to be saved. The issue is it revives an error "Debug Error -Abort() Has Been Called" when it is about 90 minutes into the recording. Has anyone else ran into an issue when recording audio for a long period of time?

Pages: [1]
anything