Orestes
Orestes
It might be the code around line 2881, which does the following? ... FROM @sessions AS sp LEFT OUTER LOOP JOIN sys.dm_exec_sessions AS s ON s.session_id = sp.session_id AND s.login_time...
xtemp09, your link to the "filename too long" error on PasteBin has expired. How many characters were in the filepath+name that killed opusenc?
I would have thought ReplayGain should be independent of audio encoding, as it can be done either before encoding (on the input .flac or .wav file) or after it (on...
Hmm interesting. I'm also running most recent daala version, but Windows 8.1 (building Daala 32bit executables) and wxWidgets 3.0.2...
I can see the zoom is correctly accounted for in the getDisplaySize (and Width) functions, so not sure why it's not working on my build. Might have to do some...
That may be because the "DROP object IF EXISTS" trick is specific to Microsoft SQL Server, it's not ANSI Standard T-SQL.
This is awesome, thanks! Hope Richie finds some time to merge these outstanding pull requests, I've had a few waiting for months...
Fixed by pull request #113