ShaneFosterPlays / edcast-reborn

Automatically exported from code.google.com/p/edcast-reborn
0 stars 0 forks source link

Save Archive Of Stream encodes mp3 in joint stereo, not stereo #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

When I attempt to use the Save Archive Of Stream feature, the mp3 is encoded in 
joint stereo instead of stereo, even though: 

- I have Joint Stereo unchecked under the Basic Settings tab in the edcast 
Encoder Configuration settings

- I have the LAMEJointStereo flag set to 0 in the dsp_edcast_v3_1.cfg.

Below is my dsp_edcast_v3_1.cfg file:

/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
# Destination server details (to where you are encoding).  Valid server types : 
Shoutcast, Icecast, Icecast2
ServerType=Shoutcast
Server=localhost
Port=8000
ServerPassword=
ServerMountpoint=/stream.ogg
# YP (Stream Directory) Settings
ServerPublic=0
ServerIRC=N/A
ServerAIM=N/A
ServerICQ=N/A
ServerStreamURL=http://192.168.1.138:8000
ServerName=
ServerDescription=
ServerGenre=Classic Rock
AutomaticReconnectSecs=10
# Output codec selection (Valid selections : MP3, OggVorbis, Ogg FLAC, AAC, 
HE-AAC, HE-AAC High, LC-AAC, FHGAAC-AUTO, FHGAAC-LC, FHGAAC-HE, FHGAAC-HEv2)
Encode=MP3 Lame
# General settings (non-codec related).  Note : NumberChannels = 1 for MONO, 2 
for STEREO
BitrateNominal=192
BitrateMin=128
BitrateMax=128
# Number of channels. Valid values are (1, 2). 1 means Mono, 2 means Stereo 
(example: 2,1)
NumberChannels=2
# Per encoder Attenuation
Attenuation=0
Samplerate=44100
# Ogg Vorbis specific settings.  Note: Valid settings for BitrateQuality flag 
are (Quality, Bitrate Management)
OggQuality=0
OggBitrateQualityFlag=Quality
# This LAME flag indicates that CBR encoding is desired. If this flag is set 
then LAME with use CBR, if not set then it will use VBR (and you must then 
specify a VBR mode). Valid values are (1 for SET, 0 for NOT SET) (example: 1)
LameCBRFlag=1
# A number between 1 and 10 which indicates the desired quality level of the 
stream.  The higher the number, the higher the quality.  Also, the higher the 
number, the higher the CPU utilization. So for slower CPUs, try a low quality 
number (example: 5)
LameQuality=0
LameCopywrite=0
LameOriginal=0
LameStrictISO=0
LameDisableReservior=0
LameVBRMode=vbr_cbr
LameLowpassfreq=0
LameHighpassfreq=0
LAMEPreset=12
# AAC (FAAC) specific settings.
AACQuality=100
AACCutoff=
# Save directory for archive streams
SaveDirectory=C:\Users\Jim\Desktop\test
# Flag which indicates if we are saving archives
SaveDirectoryFlag=0
# Log Level 1 = LOG_ERROR, 2 = LOG_ERROR+LOG_INFO, 3 = 
LOG_ERROR+LOG_INFO+LOG_DEBUG
LogLevel=2
# Log File
LogFile=
# Save Archives in WAV format
SaveAsWAV=0
# LAME Joint Stereo Flag
LAMEJointStereo=0
# Set to 1, this encoder will record from DSP regardless of live record state
ForceDSPrecording=0
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\

What steps will reproduce the problem?
1. Open Edcast, right click on my existing encoder and go to Configure.

2. Under the Advanced tab, check the Save Archive Of Stream box, and go to OK.

3. Wait a minute or two, go back to the Advanced tab and uncheck the Save 
Archive Of Stream box.

4. Open the folder where the mp3 file was saved to, and inspect it. It is a 
joint stereo file.

What is the expected output? What do you see instead?
An mp3 file encoded in Stereo, but instead the actual file is Joint Stereo.

What version of the product are you using? On what operating system? Which
type (DSP, Fraunhofer DSP, Standalone or ASIO)?
DSP. I've tried both the Featured file edcast_winamp_3.33.2011.1026.exe, and 
the Beta file edcast_winamp_3.37.2011.1214.exe. I'm running Windows 7 
Professional SP1 x64.

Thank you for any help you can provide.

Original issue reported on code.google.com by ct...@yahoo.com on 18 Jan 2013 at 4:34

GoogleCodeExporter commented 8 years ago

Original comment by jaroma...@gmail.com on 9 Feb 2013 at 2:37