home *** CD-ROM | disk | FTP | other *** search
- object MP3SaveForm: TMP3SaveForm
- Left = 326
- Top = 285
- BorderStyle = bsDialog
- Caption = 'Compressing wavefile'
- ClientHeight = 97
- ClientWidth = 434
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object lblProgress: TLabel
- Left = 64
- Top = 32
- Width = 265
- Height = 13
- AutoSize = False
- end
- object btnCancel: TButton
- Left = 344
- Top = 16
- Width = 75
- Height = 23
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = btnCancelClick
- end
- object pbCompress: TProgressBar
- Left = 64
- Top = 8
- Width = 273
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 1
- end
- object WaveFile: TMMWaveFile
- Output = Trigger
- Left = 56
- Top = 64
- end
- object MP3Encoder: TMMMP3Encoder
- Input = Trigger
- Left = 168
- Top = 64
- end
- object Trigger: TMMTrigger
- OnStart = TriggerStart
- OnStop = TriggerStop
- Input = WaveFile
- Output = MP3Encoder
- BufferSize = 32768
- Interval = 0
- Left = 112
- Top = 64
- end
- object tmCompress: TTimer
- Enabled = False
- Interval = 500
- OnTimer = tmCompressTimer
- Left = 224
- Top = 64
- end
- object MMACM: TMMACM
- OnFormatEnum = MMACMFormatEnum
- ACMPresent = True
- NumDrivers = 14
- NumCodecs = 13
- NumConverters = 1
- NumFilters = 0
- EnumFormats = efConvert
- Title = 'Select...'
- Source = WaveFile
- Left = 112
- Top = 32
- end
- end
-