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 > Requests > Hearing music using the Datassette
2002-11-07 20:50
fermhg
Account closed

Registered: Oct 2002
Posts: 43
Hearing music using the Datassette

I remember, a long time ago I had a program for the Commodore 64 with which I could hear music or any sound recorded in a cassette through the Datassette and the monitor, passing, clearing is, for the c64. It was, I remember, a program that left the screen in white, I imagine in order to give priority to the SID and to the Datassette. The thing worked, clearing is, to a level of very poor sound, but with an important effect: I could hear my favorite music through the Commodore 64.
Does somebody know how to program something like this? Does somebody have this program?
Thank you,

fermhg
2002-11-08 08:44
algorithm

Registered: May 2002
Posts: 705
I had created a sample recording utility which uses the datasette.

Very easy really, As far as I remember, a memory location is read while the audio tape is playing. If the signal on the tape is above a specific level (or something like that!) a bit is set on the location. Unfortunately not surprisingly, the recorded sample is 1 bit only! (The major advantage is that you can store 8 samples in 1 byte!

As far as I am aware, I had submitted this program to Binary Zone PD nearly 10 years ago! Contact Kenz for more details. The program was released under the 'Fantasys' label!

2002-11-17 20:35
iopop

Registered: Dec 2001
Posts: 317
Given that the datasette will operate. ie. no other code have put it off. This code will give you sound in your monitor.

LDX #$00
STX $D011
SEI
LOOP LDX #$00
LDA $DC0D
AND #$10
BEQ NOSND
LDX #$0F
NOSND
STX $D418
JMP LOOP
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
Twoflower/ΤRIΛD
hedning/G★P
REBEL 1/HF
wacek/arise
Epyx/TSA
kbs/Pht/Lxt
iceout/Avatar/HF
Fabu
Guests online: 129
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 Performers  (9.3)
Top Organizers
1 Burglar  (9.9)
2 Sixx  (9.8)
3 hedning  (9.7)
4 Irata  (9.7)
5 Tim  (9.7)

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