Forum Replies Created
-
AuthorPosts
-
radiorioMember
[quote author=”JesseG”]
but whatever, 641 KB for msvcr90.dll is fine by me, especially if there is anything at all being optimized for my i7 CPU.</programmer_nerd>[/quote]
That’s food for thought … I hadn’t considered there may be cpu optimizations in these latter vscrt’sradiorioMember[quote author=”Dj Buik”][quote author=”radiorio”]You’ve confused me
AAC is not AAC+
AAC = libfaac
AAC+ = winamps enc_aacplus.dll (older winamp) or enc_fhgaac.dll (later winamp)
there are now two versions of dsp_edcast – one with, one without fraunhofer aac+ support[/quote]
You are right, my bad 😳 😳 😳 😳
So, i’ve got it working with the old enc_aacplus.dll,
i didn’t know there were two versions of edcast.What is the difference between the fraunhofer aac+ and the old enc_aacplus one?
Is this a licence issue or is there also a difference in encoding quality?[/quote]I can tell you, config for fraunhofer is far simpler 😉But fraunhofer needs to other dll’s, plus is "linked" to msvscr90.dll – sloppy programming if you ask me, I bet it doesn’t NEED any msvcr90 features
radiorioMember[quote author=”JesseG”][quote author=”radiorio”]the audio "paths" in edcast are "interesting" to say the least[/quote]
Being one of the old committers to that source, I had to laugh at that. Sooo true. Ed has definitely come a long way since the foundation of it was created.[/quote]
That makes it sound like the old was even worse!!!Or did nobody ever change his first attempt at it?
radiorioMemberI just checked the code around libfaac – nothing should have changed – can you tell me what parameters you are using when using AAC (not plus) … i.e. channels, sample rate, bit rate – I just noticed the controls are a bit off with AAC, I’ll fix that too (AAC should only accept quality setting, not bitrate setting, apparently)
radiorioMember[quote author=”Dj Buik”]I run Windows 7-32bit. I manually copied the following files from the Winamp folder
to the root of Breakaway install folder. (Breakaway has no plugin folder)
[/quote]
where do edcast’s .cfg and .log files get created in this scenario?I really need to overhaul (again) the .cfg/.log location
radiorioMemberYou’ve confused me
AAC is not AAC+
AAC = libfaac
AAC+ = winamps enc_aacplus.dll (older winamp) or enc_fhgaac.dll (later winamp)
there are now two versions of dsp_edcast – one with, one without fraunhofer aac+ support
if you can get your hands on older (not too old) winamp that has the enc_aacplus.dll, you can copy that to the folder where dsp_edcast is, and you’ll have aacplus working
or, using the dsp_edcastfh.dll (experimental)
install dsp_edcastfh – and copy enc_fhgaac.dll, nsutil.dll and libmp4v2.dll from the new winamp (the last two dll’s are in the winamp folder, not in plugins) – you MAY need Microsoft Visual C++ 2008 redistributables for this to work
easiest method is enc_aacplus.dll from older winamp (available at http://www.filehippo.com/download_winamp/ – look to the right hand side for older versions)
radiorioMember[quote author=”Dj Buik”]Just upgraded to this new version.
I have some problems with AAC encoder, it sounds like ‘under water’.
I used the one from this site:
http://www.rarewares.org/index.phpI worked with the ‘old’ winamp AAC dll.
Can you also change the installer so it does not search for a winamp install.
It’s impossible to install, for example, to the Breakaway Live directory.Thanks for your efforts[/quote]
To be honest, I wouldn’t be surprised if I broke something regarding AAC encoding – the audio "paths" in edcast are "interesting" to say the least – will look into itI’ll also remove the winamp requirement for install of the DSP. Should it install in a plugins folder? There may also be other issues (with config/log files) in vista/7 if it’s not installed with winamp – I’ll have to check the code
Do you run vista/7? Where should the edcast DSP be installed for Breakaway Live? (I don’t use Breakaway Live myself)
radiorioMemberDidn’t wait to get home 😉
3.30 fixes my DSP stuff up
radiorioMember[quote author=”feeling”]Release – 3.29: It does not works with BBP, please help[/quote]
standalone? asio? dsp with fraunhofer? dsp without fraunhofer?edit: hmmm, OK, I see the DSP version is broken – will look at it when I get home
radiorioMember[quote author=”radio oude stijl”][quote author=”radiorio”]wonder why it doesn’t do it "locally", but only after it goes through the encoder[/quote]
Because encoding or transcoding always causes overshoots…[/quote]indeed – but I think the answer is even simpler than that … the existing routines (that I’ve yet to redo) are not consistent – float->int conversions in some places limits the floats to -1.0 -> 1.0 prior to conversion … and other places it does not … this is now fixed and consistent throughout
radiorioMember[quote author=”Boki”]"nasty crackling" are peeks over 0dB[/quote]
yeah, I figured that may be the case – wonder why it doesn’t do it "locally", but only after it goes through the encoderoh, for knigget, I’ve uploaded the pseudo "multi source" version of dsp_edcast – i.e. you can set individual encoders to always record from DSP regardless of live recording state
not sure why Virtual Audio Cable devices wouldn’t be showing up – if I understood the problem earlier – other users have no issues with VAC as far as I can tell
the update also works around the BASS.dll 3hr 23min issue
radiorioMember[quote author=”knigget”]That would be great – perhaps an XP version (older working bass.dll) to start with and then a Win7 version once you have found a work around for the newer bass.dll?[/quote]
I’ve almost finished a modification that will allow one to set an encoder to be "DSP ONLY", i.e. record from DSP regardless of "live recording" state
Other encoders will follow "live recording" state … it’s too difficult (and pointless) to also have "SOUNDCARD ONLY" flag
In other news … there’s a stupid bug in BASS.dll that means soundcard input becomes corrupted after almost 3hrs 23mins – old edcast probably hit the same "bug" after 6hrs 46mins (I use BASS’s 32bit FLOAT samples, oddsock used BASS’s 16bit INT)… this only effects CONTINUOUS soundcard input – if you calculate it out … it’s once there’s been 2^32 bytes of data from the soundcard that it "mangles" the audio
[quote author=”knigget”]Anyway, without detracting from your work… I am looking forward to testing with the pre-emp in your new Edcast.. I stopped using BBP (cos I didn’t need the super loud sound for web streaming) and went to BAL but miss the sparkle I got with BBP.[/quote]
weird … if I use the limiter with pre-emp, locally, it sounds fine … through the stream (using AAC+) it introduces nasty crackling
oh well – that’s why it’s BETA 😉
radiorioMember[quote author=”JesseG”][quote author=”radiorio”]or maybe it’ll be riocast v1 😉 [/quote]
you should 🙂also another fun fact that you maybe already know rio, but the meter code in Oddcast/Edcast is actually by Leif too. 🙂 many people don’t know that.[/quote]
I’m assuming the CFlexMeter class – it’s so easy to use I must say! I made a slight change, which I think improves the look
radiorioMember[quote author=”knigget”]That would be great – perhaps an XP version (older working bass.dll) to start with and then a Win7 version once you have found a work around for the newer bass.dll?
Anyway, without detracting from your work… I am looking forward to testing with the pre-emp in your new Edcast.. I stopped using BBP (cos I didn’t need the super loud sound for web streaming) and went to BAL but miss the sparkle I got with BBP.[/quote]
Latest BETA seems to be fully functional re pre-emph etcedcast v4 (or maybe it’ll be riocast v1 😉 ) will have both bass.dll based and non bass.dll based executables …
radiorioMember[quote author=”knigget”]Up until recently (I was running the original Edcast) I was able to press a button within Edcast and it would stream audio from the soundcard OR from a pipeline of my choice by a dropdown list (whichever I chose would be applied to ALL streams). I could verify this by turning the Breakaway output up and down and this would reflect on the stream levels.
HTH
Attached is a screenshot of the best example I could find – see how this user has Virtual Audio Cables available as a source for the stream[/quote]
You’re saying the dsp version doesn’t detect your soundcard? Someone else had an issue with that. turns out the latest BASS.dll’s are at fault – out of my hands I’m afraid – though, I could use the older BASS.dll I guess – but then the older ones have issues in vista/7having said that – IF I can resolve the soundcard issue – I can fairly easily add the ability to select soundcard or "dsp" per encoder
-
AuthorPosts