Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Composing > *.wav to 4-bit-digi converter?
2005-08-20 17:17
Bamu®
Account closed

Registered: May 2005
Posts: 1332
*.wav to 4-bit-digi converter?

I'm looking for a Sample-Converter which works under Win2000
 
... 10 posts hidden. Click here to view all posts....
 
2005-08-25 13:30
Raf

Registered: Nov 2003
Posts: 343
@Nata: did you receive the file?
2005-08-25 13:40
Bamu®
Account closed

Registered: May 2005
Posts: 1332
Quote: @Nata: did you receive the file?

I send you a mail some minutes ago... :)
2010-02-04 10:22
enthusi

Registered: May 2004
Posts: 675
#ifndef NIBBLES
for (i=0;i<stream;i++)
	{
	v1=fgetc(wav_file);
	v2=v1/16;
	fputc(v2,sample_file);
	}
#endif
#ifdef NIBBLES
for (i=0;i<stream;i+=2)
	{
	v1=fgetc(wav_file);
	v2=v1/16;
	v1=fgetc(wav_file);
	v3=v1/16;
	v4=v3+v2*16;
	fputc(v4,sample_file);
	}
printf("using nibbles\n");
#endif	
2010-02-04 10:38
SIDWAVE
Account closed

Registered: Apr 2002
Posts: 2238
command line exe plz :D
Previous - 1 | 2 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Felidae/Reflex
dstar/Fairlight
Exile/Anubis
Guests online: 119
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Mojo  (9.6)
6 Uncensored  (9.6)
7 Wonderland XIV  (9.6)
8 Comaland 100%  (9.6)
9 No Bounds  (9.6)
10 Unboxed  (9.6)
Top onefile Demos
1 Layers  (9.6)
2 Party Elk 2  (9.6)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.6)
5 Rainbow Connection  (9.5)
6 It's More Fun to Com..  (9.5)
7 Morph  (9.5)
8 Dawnfall V1.1  (9.5)
9 Onscreen 5k  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Booze Design  (9.3)
2 Oxyron  (9.3)
3 Nostalgia  (9.3)
4 Censor Design  (9.3)
5 Triad  (9.2)
Top Original Suppliers
1 Derbyshire Ram  (9.7)
2 Fungus  (9.3)
3 Black Beard  (9.2)
4 Baracuda  (9.2)
5 hedning  (9.2)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.036 sec.