News:

SMF - Just Installed!

Main Menu
Menu

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.

Show posts Menu

Messages - rnagenetics

#1
We ran into a file that threw an error in our application.  After reviewing the debug logs for AudioDJ the follow error was logged:
File resampling failed due to error AB_38 and File resampling failed due to error AB_5

What is the error definition for AB_5 and AB_38?  Is there a recommended work around to resolve/prevent this?
#2
Perfect, I already have a proof of concept completed.  We should be finishing the implementation soon and you should see a order for a license key.

Thank You
#3
We are looking at implementing AudioDJ to replace and existing media player.
We will be crossfading tracks and in addition we want tracks over a configured period of length to end early and start fading to the next track.

What I prototyped out is using 2 decks which are enabled for cross fading.  When I add a track to a deck I'm checking to see if the length of the track is over our configured time and adding a cue point to the track which will fire early enough for me to grab the next track, add it to the correct deck, and then manually start the cross fading.

Is this the best option of accomplish this?