Help - Search - Members - Calendar
Full Version: Project announcement : New AAC DirectShow filter
Hydrogenaudio Forums > Hydrogenaudio Forum > Validated News
Pages: 1, 2
Tripwire
I got the sources from there, however VS2003 is reporting errors in the codebook files. Besides that, the codebook files where all named *.h though the project looks for *.c
rjamorim
That's weird. I did a CVS sweep today, and the files compile fine. (On VC6 and ICL7.1)
Tripwire
Hm, I had to remove all references to the *.c type of files and it compiled fine.
bond
QUOTE
Try 'render pin' (rightclick on coreaac output pin) it should insert right ds device automatically.

when i try this i get the following message: "sorry the filter graph cannot render this pin" return code: 80040200 sad.gif

QUOTE
BTW what dx version do you have? It might be a good idea to update it, in case you haven't already.

i guess you mean directx? i have directx 8.1 (4.08.01.0901) should i upgrade to directx 9?
Tripwire
Reading some posts in this thread, should I be able to play MP4 audio files in Media Player?

--edit: nevermind, had to install the 3vix media splitter
ChristianHJW
QUOTE(Tripwire @ May 30 2003 - 06:10 PM)
Is CoreAAC supposed to be such a PITA to compile?

Tripwire,

you are aware you need the M$ DirectShow SDK to compile a DShow filter ? Sorry if this may sound stupid, i just ask in case ...
Toff
I have added a little "INSTALL" file with building instructions.
There is also a little NSI script to create an installer now.

Also note that the project files other than the VC6 one are out of date.
Tripwire
QUOTE(ChristianHJW @ May 30 2003 - 11:16 AM)
QUOTE(Tripwire @ May 30 2003 - 06:10 PM)
Is CoreAAC supposed to be such a PITA to compile?

Tripwire,

you are aware you need the M$ DirectShow SDK to compile a DShow filter ? Sorry if this may sound stupid, i just ask in case ...

I noticed that, and I did successfully compile it yesterday already.
bond
can anybody post a new compile plz?
Animaniac
I keep getting "cvs [login aborted]: /cvsroot/coreaac: no such repository."
Toff
Grrr!!! headbang.gif
The anonymous access seems broken.
In the future you should be able to use
CVSROOT: :ext:anonymous@cvs.corecodec.org:/cvsroot/coreaac
module: coreaac

Well you can get a zip of the sources here smile.gif :
http://coreaac.corecodec.org/CoreAAC_20030530src.zip

Regards
Toff
Animaniac
QUOTE(Toff @ May 31 2003 - 02:56 PM)
Grrr!!! headbang.gif
The anonymous access seems broken.
In the future you should be able to use
CVSROOT: :ext:anonymous@cvs.corecodec.org:/cvsroot/coreaac
module: coreaac

Well you can get a zip of the sources here smile.gif :
http://coreaac.corecodec.org/CoreAAC_20030530src.zip

Regards
Toff

Thanks! Great work!

Here's a compile:
http://mywebpages.comcast.net/transposon/C...AC_20030530.zip

Enjoy!
bond
hm there seems to be a problem in animaniacs complile!?

i tried 2 ways:

1) the included register.bat -> "LoadLibrary ("C:\...\CoreAAC.ax") failed" (path is of course correct)
2) running the compiled nsis installer .exe -> "Could not load C:\...\CoreAAC.ax"
the installing process with the previous version of coreaac.ax works (in both cases) fine


but there still remains the problem that in graphedit i cant connect the "core aac audio decoder" with the "default directsound device"
(@ toff or ak, any more ideas what i can do about that?)
john33
New compile here: http://homepage.ntlworld.com/jfe1205/COREaacDS.zip
lazyn00b
@john33: The bat file seems to expect the CoreAAC.ax to be in a folder called "release" - it only worked when I created said folder and dumped the ax file in there.
bond
or you change the path in the .bat file wink.gif

if anybody is interested: i just solved my problem with coreaac:
if you dont have a 5.1 setup (like me), you will need the great channel downmixer filter from trombettworks to hear sound!
john33
New compile of DS filter available here: http://homepage.ntlworld.com/jfe1205/COREaacDS.zip
Animaniac
John33, could you build a new build? I'd do it myself but it would be a vanilla VS.NET (not ICL) build. Thanks. happy.gif
john33
QUOTE(Animaniac @ Jul 3 2003 - 07:11 AM)
John33, could you build a new build? I'd do it myself but it would be a vanilla VS.NET (not ICL) build.  Thanks. happy.gif

Is that for changes in libfaad? I ask because none of the links I have to the CoreAAC source seem to work!!!
ChristianHJW
QUOTE(john33 @ Jul 3 2003 - 10:46 AM)
QUOTE(Animaniac @ Jul 3 2003 - 07:11 AM)
John33, could you build a new build? I'd do it myself but it would be a vanilla VS.NET (not ICL) build.  Thanks. happy.gif

Is that for changes in libfaad? I ask because none of the links I have to the CoreAAC source seem to work!!!

corecodec.org is currently down, we get a new server soon ....
john33
QUOTE(ChristianHJW @ Jul 3 2003 - 10:15 PM)
QUOTE(john33 @ Jul 3 2003 - 10:46 AM)
QUOTE(Animaniac @ Jul 3 2003 - 07:11 AM)
John33, could you build a new build? I'd do it myself but it would be a vanilla VS.NET (not ICL) build.  Thanks. happy.gif

Is that for changes in libfaad? I ask because none of the links I have to the CoreAAC source seem to work!!!

corecodec.org is currently down, we get a new server soon ....

Ah, that explains it. How long do you expect that to take?
dillee1
AAC+ SBR support laugh.gif
ChristianHJW
QUOTE(dillee1 @ Jul 17 2003, 04:15 AM)
AAC+ SBR support laugh.gif

Its here. Tested and working.

http://corecodec.org/projects/coreaac

John33 biggrin.gif ??
john33
QUOTE(ChristianHJW @ Jul 29 2003, 08:27 PM)
QUOTE(dillee1 @ Jul 17 2003, 04:15 AM)
AAC+ SBR support laugh.gif

Its here. Tested and working.

http://corecodec.org/projects/coreaac

John33 biggrin.gif ??

As soon as I can get the latest CVS for FAAD2 to download, no problem!! I think I'm being routed to the SourceForge backup server and I'm not getting Menno's latest commits. Hopefully this will have cleared in the morning. sad.gif
bond
you can find a compile of coreaac here:
http://blacksun.corecodec.org/core/CoreAAC..._20030729-1.zip
john33
New compile with SBR support here: http://homepage.ntlworld.com/jfe1205/COREaacDS.zip
bond
QUOTE(john33 @ Jul 30 2003, 09:29 AM)
New compile with SBR support here: http://homepage.ntlworld.com/jfe1205/COREaacDS.zip

thanks a lot
but i have one question about the file version numbers, as your build shows version 1.1.0.456 whereas toff's compile shows 1.1.0.481 although it is from yesterday!?
john33
QUOTE(bond @ Jul 30 2003, 10:46 AM)
QUOTE(john33 @ Jul 30 2003, 09:29 AM)
New compile with SBR support here: http://homepage.ntlworld.com/jfe1205/COREaacDS.zip

thanks a lot
but i have one question about the file version numbers, as your build shows version 1.1.0.456 whereas toff's compile shows 1.1.0.481 although it is from yesterday!?

Hmmm, could be the CoreAAC files I was using were not the latest. mad.gif

Anyway, I've just d/led the latest files from the CVS, recompiled and uploaded again. Hopefully you'll tell me they're now the same version? smile.gif
bond
yep, now its 481 too smile.gif
Frampesomi
@john33

thnx for all your effort, you're just great. smile.gif two thumbs up for your work!
dillee1
QUOTE(ChristianHJW @ Jul 29 2003, 12:27 PM)
QUOTE(dillee1 @ Jul 17 2003, 04:15 AM)
AAC+ SBR support laugh.gif

Its here. Tested and working.

http://corecodec.org/projects/coreaac

John33 biggrin.gif ??

I always found the coreaac project page empty.
Am I deluded or something blink.gif ??

Thanks for you guys for the new build anyway.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.