Headlines
faac.lha - audio/convert
May 10, 2025
faad2.lha - audio/convert
May 10, 2025
libfaac.lha - development/library/audio
May 10, 2025
libfaad.lha - development/library/audio
May 10, 2025
uae.lha - emulation/computer
May 10, 2025
comparedirs.lha - utility/filetool
May 11, 2025
libfdk-aac.lha - development/library/audio
May 10, 2025
libsdl2_gfx.lha - development/library/graphics
May 10, 2025
sqlite.lha - development/library/misc
May 10, 2025
libmp3lame.lha - development/library/audio
May 9, 2025
Topic options
View mode
Newest First
program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/1 2:20
#1
Home away from home
Joined: 2009/7/7 3:34Last Login
: Today 14:48
From Man Cave, Canada
Group:
Registered Users
got a ton of old 8 bit AIFF files I want to mess around with in Audio Evolution when I get a chance..what's the best conversion program for OS4.1 ?
_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/1 2:51
#2
Quite a regular
Joined: 2008/3/11 8:29Last Login
: 2016/3/14 0:46
From Dunedin, New Zealand
Group:
Registered Users
@328gts
Lame would probably do it if you're looking for a command line solution.
eg
list quick > ram:files.txt
cygnused files.txt
create macro
hit F1 a hundred times
save file and quit
execute files.txt
otherwise perhaps AE should have a feature added to import 8bit
~Yes I am a Kiwi, No, I did not appear as an extra in 'Lord of the Rings'~ 1x AmigaOne X5000 2.0GHz 2gM RadeonR9280X AOS4.x 3x AmigaOne X1000 1.8GHz 2gM RadeonHD7970 AOS4.x
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/1 5:48
#3
Just can't stay away
Joined: 2006/11/30 11:30Last Login
: Today 12:36
From Finland
Group:
Registered Users
@328gts
You can do that with
SoX (Sound eXchange).
sox infile.aiff -b 16 outfile.aiff
You can even make some kind of batch script with it using the list command and its lformat option if you want.
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/1 5:54
#4
Just can't stay away
Joined: 2006/11/30 11:30Last Login
: Today 12:36
From Finland
Group:
Registered Users
@Slayer AFAIK lame is only an MP3 encoder, although it's name states otherwise (IIRC lame stands for "lame ain't an mp3 encoder"), so it won't help here.
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/1 5:56
#5
Just popping in
Joined: 2006/12/1 18:03Last Login
: 5/7 11:57
Group:
Registered Users
@328gts [edited - I thought we are talking about IFFs]
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/1 7:17
#6
Just can't stay away
Joined: 2009/4/28 3:57Last Login
: Yesterday 2:51
From Adelaide, Australia
Group:
Registered Users
ffmpeg won't do this?
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/1 8:32
#7
Quite a regular
Joined: 2008/3/11 8:29Last Login
: 2016/3/14 0:46
From Dunedin, New Zealand
Group:
Registered Users
@salass00 Ooops got confused with FLAC and its --force-aiff-format option
~Yes I am a Kiwi, No, I did not appear as an extra in 'Lord of the Rings'~ 1x AmigaOne X5000 2.0GHz 2gM RadeonR9280X AOS4.x 3x AmigaOne X1000 1.8GHz 2gM RadeonHD7970 AOS4.x
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/1 11:57
#8
Just popping in
Joined: 2008/9/18 14:44Last Login
: 2015/10/23 23:03
Group:
Registered Users
Use something developed on Amiga for Amiga:
http://www.hd-rec.de/Archive/AudioConverter.lha The Command line would look something like this:
AudioConverter DH0 : Sounds / #?.aiff -f AIFF -db 16 -dd DH0:Sounds16Bit
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/1 19:34
#9
Home away from home
Joined: 2007/5/19 13:23Last Login
: 2024/1/2 17:30
From England
Group:
Registered Users
@328gts SoundBox (v2.5) has a nice GUI, and should do what you want. There is a free key file for it now (was commercial). But a shell-based program would probably be better, if you have a lot of files to convert.
Author of the
PortablE programming language.
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/2 15:10
#10
Quite a regular
Joined: 2008/5/2 12:14Last Login
: 4/22 10:59
From Sweden
Group:
Registered Users
@328gts
If they are not really 8-bit *AIFF* but rather normal 8-bit IFF-8SVX you could use 8SVXtoXXX from
http://www.onyxsoft.se . Has a GUI and batch conversion functionality.
Software developer for Amiga OS3 and OS4.
Develops for OnyxSoft and the Amiga using E and C and occasionally C++
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/2 15:48
#11
Home away from home
Joined: 2009/7/7 3:34Last Login
: Today 14:48
From Man Cave, Canada
Group:
Registered Users
thanks for all the great tips guys
..right now just looking for a simple batch conversion program as I have alot of files to convert
_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings
Re: program to convert 8 bit AIFF files to 16 bit ?
Posted on:
2010/11/2 15:58
#12
Just popping in
Joined: 2008/9/18 14:44Last Login
: 2015/10/23 23:03
Group:
Registered Users
@328gts => Audioconverter does exactly what you need. It support AIFF, WAV, MAUD, 8SVX, MP3 and several other formats from/to different bit resolutions and samplingrates.
Currently Active Users Viewing This Thread:
1
(
0 members
and 1 Anonymous Users
)