Yes at some point we need a new release, but I am hoping to fix the not-quite-
gapless bug first.
--
Toby Dickenson
I am interested, but have had zero free time over the last week to look at
anything. I blame busy work and unexpectedly sunny British weather. My setup
is entirely standard, so dropping this in should not be a problem.
Thanks for the reminder.... I will definitely give this some attention as soon
as possible, but dont want to make any promise about when this will be.
--
Toby Dickenson
I do keep seeing this on my todo list and thinking I might have time later
that day, but another month has gone by and I still havent :-( I just wanted
to let you know it isnt forgotten.
--
Toby Dickenson
Finally a rainy day. Olav's patch seems to work as described, and it is now in
git. I will take a more detailed look later this week, and think about making
a proper release with all these changes.
Thanks for everyones contributions and patience.
--
Toby Dickenson
----- Original Message -----
From: Olav Sunde
Sent: 11/16/11 01:39 AM
Subject: Re: new Release with all your changes?
---------- Forwarded message ----------
From: Toby Dickenson <to...@tarind.com>
Date: 21 February 2012 20:08
Subject: Re: new Release with all your changes?
To: Olav Sunde <o...@olavsunde.net>
> long time with little activity from my part. Today I finally got to work
> with Roger (who is now living in Oslo) to check that the changes he made to
> the plugin some time ago works as expected. Please find attached the new
> files.
Thanks. I will review this weekend. I also had some uncommitted
changes which I thought fixed the problem - it will be interesting to
see if Roger's changes are similar.
> I believe at least one of the issues you mention has been fixed. Not quite
> sure about changes made on an SB2/3 will turn up in the web UI or the other
> way around.
>
> I expect you have been busy lately as there has been no activity on the
> plugin list. Will you get a chance to do further work on brutefiwrapper?
Well, I finally managed to move house so now have lots of priorities
ahead of brutefirdrc. I dont even have brutefirdrc enabled any more,
and dont expect to be able to take any room correction measurements
for a while :-(
Any volunteers to package the current code into a release?
> I am currently running brutefirwrapper v9. Have you done any work on the
> wrapper since then?
I think that is a sign that your changes have not been based on the
latest version. Ive had a quick review of your updates and they do
seem to be based on something older. Unfortunately I dont have the
time right now to track this down.
> and there is still the
> issue with noise during track transitions.
There is a v10 of brutefirwrapper in git. Those differences are not
particularly interesting, but there are some changes to the
custom-convert template files which might fix your noise on track
transitions if you are streaming in pcm. Sorry, I thought you already
had these fixes :-(
On 21 February 2012 20:08, Toby wrote:
> I also had some uncommitted changes which I thought fixed the problem
Those changes I mentioned were made last September. They seem to work
- filter changes are visible across web and SB3 - but were not
committed because they needed tidying up. Ive definitely run out of
time for that now, so I have committed them to git as is.
http://brutefirdrc.git.sourceforge.net/git/gitweb.cgi?p=brutefirdrc/brutefirdrc;a=co
mmitdiff;h=68d6941ae6792fe621f518b52d13cf5e05b9426f
I'm sorry I didnt get a chance to wrap this up neatly before
priorities changed. Over to you.
diff --git a/BrutefirDrc/Bin/brutefirwrapper b/BrutefirDrc/Bin/brutefirwrapper
index bde8824..fee8e37 100755
--- a/BrutefirDrc/Bin/brutefirwrapper
+++ b/BrutefirDrc/Bin/brutefirwrapper
@@ -205,7 +205,7 @@ def patch_samplerate(filter_body,samplerate):
def resample_filter(original):
source_pcm_filename = original.group(1)
if source_pcm_filename == 'dirac pulse':
- return source_pcm_filename
+ return 'filename:"dirac pulse";'
output_pcm_filename = os.path.split(source_pcm_filename)[1]
output_pcm_filename = '%s-%d' % (output_pcm_filename,samplerate)
output_pcm_filename = os.path.join(TMPDIR,output_pcm_filename)
The zip file is working. The strings.txt is displayed. I commited the changes to GIT, changed the install.xml to work with 7.7+ and added the missing german translations. The web gui is not working for me. I have my filters within subfolders, it is not possible to select those. Without subfolders everything works fine so that I could create a new release.Is there any more uncommited work?
I have none. Will you be including the sample configs and null filter in the new release? Any thing in from Toby yet?