Re: [slim] Help with modifying convert.conf file

2011-04-06 Thread Phil Leigh
do you have any verbose logging turned on in SBS? that's all I can Think of... -- Phil Leigh You want to see the signal path BEFORE it gets onto a CD/vinyl...it ain't what you'd call minimal... Touch(wired/XP) - Audiolense 3.3/2.0+INGUZ DRC - MF M1 DAC - Linn 5103 - full Aktiv 5.1 system (6x

Re: [slim] Help with modifying convert.conf file

2011-04-06 Thread JJZolx
Does the OP still get 'chipmunks' with the URL in the first post? Plays fine for me on both the Touch and in SqueezePlay desktop. -- JJZolx JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this

Re: [slim] Help with modifying convert.conf file

2011-04-06 Thread wilbert-vb
Phil Leigh;623762 Wrote: do you have any verbose logging turned on in SBS? that's all I can Think of... I haven't changed log settings, but I verified the logs. I also did a tail -f server.log while tuning in an internet radio station. I get a few lines referring to DNS requests. Disk activity

Re: [slim] Help with modifying convert.conf file

2011-04-05 Thread wilbert-vb
The resampling is working very well, but I notice constant disk activity while listening to internet radio. I assume that some temp file is generated and I wonder if there is a way to have this temp file stored in ram (/dev/shm, for example) What do you think, how could this be accomplished?

Re: [slim] Help with modifying convert.conf file

2011-04-05 Thread Phil Leigh
wilbert-vb;623549 Wrote: The resampling is working very well, but I notice constant disk activity while listening to internet radio. I assume that some temp file is generated and I wonder if there is a way to have this temp file stored in ram (/dev/shm, for example) What do you think, how

Re: [slim] Help with modifying convert.conf file

2011-04-05 Thread wilbert-vb
Phil Leigh;623570 Wrote: what operating system? transcoding as in the convert.conf mods above doesn't write to disk, it is an in-memory operation... so unless your system is paging (ie very low on free ram) there should be no disk activity... I apologize for not mentioning the specs of my

Re: [slim] Help with modifying convert.conf file

2011-04-03 Thread wilbert-vb
tcutting;618420 Wrote: Here are the lines I added to the custom-convert.conf (Don't know if this is the BEST way (Phil suggested sox), but it seems to work.): # All squeezeslave players. mp3 mp3 squeezeslave * # IFB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} [lame] --silent -q

Re: [slim] Help with modifying convert.conf file

2011-04-03 Thread wilbert-vb
I have a question about this conversion. From reading the comments I gather that it's possible to create a conversion entry for the local squeezeslave only (identified by MAC address) I'm wondering if it would make sense to resample and convert to wav? Since this conversion is limited to local

Re: [slim] Help with modifying convert.conf file

2011-03-17 Thread vrette
I still can't get it to work. I'm going to throw the towel in on this one and quite wasting people's time . :) While I really do appreciate the help, it really isn't big enough of a deal to where I want to dedicate more time to debugging, creating logs, etc. Thanks again. -- vrette (2) SB

Re: [slim] Help with modifying convert.conf file

2011-03-16 Thread Phil Leigh
tcutting;618420 Wrote: Here are the lines I added to the custom-convert.conf (Don't know if this is the BEST way (Phil suggested sox), but it seems to work.): # All squeezeslave players. mp3 mp3 squeezeslave * # IFB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} [lame] --silent -q

Re: [slim] Help with modifying convert.conf file

2011-03-16 Thread vrette
Note quite there... Here is what I have done. Installed LAME in the proper directory. SBS indicates that it is properly installed. I didn't have a custom-convert.conf, so I created one with notepad, and copied the code into that. I then placed the custom-convert.conf in the same folder as the

Re: [slim] Help with modifying convert.conf file

2011-03-16 Thread tcutting
You will probably want to look at task manager (or whatever equivalent for Windows 7) to try to see what's going on. One thing this change does is that ALL streams will now be transcoded. For example, I believe even a 44.1kHz MP3 will get sent through LAME and transcoded to 44.1kHz. I think

Re: [slim] Help with modifying convert.conf file

2011-03-16 Thread Phil Leigh
vrette;618481 Wrote: Note quite there... Here is what I have done. Installed LAME in the proper directory. SBS indicates that it is properly installed. I didn't have a custom-convert.conf, so I created one with notepad, and copied the code into that. I then placed the

Re: [slim] Help with modifying convert.conf file

2011-03-16 Thread vrette
Phil Leigh;618513 Wrote: When you created the custom-convert.conf file, did you start by copying the entire contents of convert.conf into it? (if not, start again and do that, then replace just the two sections above). If you need further help you need to enable player.source logging in

Re: [slim] Help with modifying convert.conf file

2011-03-16 Thread tcutting
I posted a txt version of my custom-convert.conf file. It does NOT have all the contents of the convert.conf in it. -- tcutting tcutting's Profile: http://forums.slimdevices.com/member.php?userid=17402 View this thread:

Re: [slim] Help with modifying convert.conf file

2011-03-16 Thread Phil Leigh
tcutting;618598 Wrote: I posted a txt version of my custom-convert.conf file. It does NOT have all the contents of the convert.conf in it. I know it doesn't have to... but it helps debugging if all the commands are in one place (file) -- Phil Leigh You want to see the signal path BEFORE

Re: [slim] Help with modifying convert.conf file

2011-03-16 Thread JJZolx
Phil Leigh;618602 Wrote: I know it doesn't have to... but it helps debugging if all the commands are in one place (file) How so? I find it easier knowing which rules are standard by having only custom rules in custom-convert.conf. When editing or debugging it's easy enough to have both files

Re: [slim] Help with modifying convert.conf file

2011-03-16 Thread Phil Leigh
JJZolx;618604 Wrote: How so? I find it easier knowing which rules are standard by having only custom rules in custom-convert.conf. When editing or debugging it's easy enough to have both files open in an editor. Because (for example) if someone was to post or paste here they'd have to

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread vrette
I'm guessing the lack of response means it really isn't a good idea to mess with the convert.conf file, or it is a lot simpler than it looks, and I haven't dug deep enough, Can anyone point me in the right direction? Just an example of a convert.conf that does this would be helpful. TIA --

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread aubuti
I've never had the need to mess with the default convert.conf, but from casual forum browsing I have the impression that you should never edit convert.conf. Instead, if you want to change the defaults you should create a custom-convert.conf file with the appropriate entries, and put that file in

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread Mnyb
Lame is needed if transcoding to or from mp3 is required. However i've got no idea what a suitable custom-convert.conf should be. -- Mnyb Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread vrette
I would be nice if the advanced settings page for file types in SBS was set up as matrix with the file types running down the left side (like it is now) but also a couple of drop down boxed across the top where you could pick out specific players on your network if you needed to do what I'm

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread vrette
Mnyb;618324 Wrote: Lame is needed if transcoding to or from mp3 is required. However i've got no idea what a suitable custom-convert.conf should be. Thanks. Installing LAME is easy. I don't have that many MP3s,but now I'm wondering in general if it is better to transcode the MP3s on the

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread aubuti
vrette;618331 Wrote: Thanks. Installing LAME is easy. I don't have that many MP3s,but now I'm wondering in general if it is better to transcode the MP3s on the server, or on the Touch. The server can certainly handle it. That even make sense? Huh? The Touch doesn't transcode. But it will

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread Mnyb
Touch ? Was it not squeezeslave that was the problem ? ( only 44.1kHz ) . But chipmunks ? That means finding something with lower samplingrate than 44.1 ( more common 48kHz material will sound slightly slower ). Are they such radio streams ? However another spanner in the works could be

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread vrette
aubuti;618333 Wrote: Huh? The Touch doesn't transcode. But it will play MP3 natively. Since you refer to the MP3s you have, what would you transcode them to? The more common situation is users in limited bandwidth environments having the server transcode from lossless to MP3 (see 'bitrate

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread aubuti
vrette;618337 Wrote: But what I need to do is increase the sample rate of radio station streamed MP3s to a minimum of 44.1 kHz sample rate so they don't sound like the Chipmunks when played with Squeezeslave. Well, good luck with that, but before you spend a lot of hours figuring it out you

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread tcutting
Yes, that's true. I modified a custom-convert.conf file. I'll try to remember to post when I get home from work. The result is all files sent to squeezeslave are transcoded to 44.1kHz. -- tcutting tcutting's Profile:

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread Phil Leigh
have you tried using squeezeplay instead of softsqueeze? -- Phil Leigh You want to see the signal path BEFORE it gets onto a CD/vinyl...it ain't what you'd call minimal... Touch(wired/XP) - Audiolense 3.3/2.0+INGUZ DRC - MF M1 DAC - Linn 5103 - full Aktiv 5.1 system (6x LK140's,

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread vrette
tcutting;618343 Wrote: Yes, that's true. I modified a custom-convert.conf file. I'll try to remember to post when I get home from work. The result is all files sent to squeezeslave are transcoded to 44.1kHz. Perfect! Please do. Thanks! -- vrette (2) SB Touch, (1) SB3, (1) SBR,

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread bpa
Phil Leigh;618348 Wrote: have you tried using squeezeplay instead of softsqueeze? Softsqueeze can play 48kHz streams - only squeezeslave has this problem. -- bpa bpa's Profile:

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread Phil Leigh
aubuti;618344 Wrote: Well, good luck with that, but before you spend a lot of hours figuring it out you may find that an easier solution is to use a hardware SB. Your present SBs are just crying out for a new brother or sister It's easy enough to create a custom-convert.conf that forces

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread vrette
I trried Squeezeplay, and it is nice, but I prefer using the Squeezeslave/Moose combo on my PC because it is very quick and light on resources and space. Not much gets written to the registry either. I don't mind a challenge. -- vrette (2) SB Touch, (1) SB3, (1) SBR, Cambridge Audio 840AV2,

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread Phil Leigh
vrette;618352 Wrote: I trried Squeezeplay, and it is nice, but I prefer using the Squeezeslave/Moose combo on my PC because it is very quick and light on resources and space. Not much gets written to the registry either. I don't mind a challenge. why do you need both? - doesn't Moose on its

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread aubuti
Phil Leigh;618366 Wrote: why do you need both? - doesn't Moose on its own work? Does Moose have a player? -- aubuti aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074 View this thread:

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread tcutting
Moose is a UI. It does however support running squeezeslave or Softsqueeze. What's nice is that you can have Moose run at startup in Windows, with an icon in the task tray, and it can fire off squeezeslave without any command window. -- tcutting

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread vrette
tcutting;618374 Wrote: Moose is a UI. It does however support running squeezeslave or Softsqueeze. What's nice is that you can have Moose run at startup in Windows, with an icon in the task tray, and it can fire off squeezeslave without any command window. What he said... :) -- vrette

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread tcutting
Here are the lines I added to the custom-convert.conf (Don't know if this is the BEST way (Phil suggested sox), but it seems to work.): # All squeezeslave players. mp3 mp3 squeezeslave * # IFB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} [lame] --silent -q $QUALITY$ -v $BITRATE$

Re: [slim] Help with modifying convert.conf file

2011-03-15 Thread vrette
tcutting;618420 Wrote: Here are the lines I added to the custom-convert.conf (Don't know if this is the BEST way (Phil suggested sox), but it seems to work.): # All squeezeslave players. mp3 mp3 squeezeslave * # IFB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} [lame] --silent -q

[slim] Help with modifying convert.conf file

2011-03-13 Thread vrette
I'm running squeezeslave with moose on a Win 7 64-bit machine. Works great except for a problem with some of the radio stations that suffer from the chipmunk problem, they play too fast. For example, this is one stream I'm having trouble with: