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: 707
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
Flex/Artline Designs
apprentix
Guests online: 133
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Codeboys & Endians  (9.7)
4 Mojo  (9.6)
5 Coma Light 13  (9.6)
6 Edge of Disgrace  (9.6)
7 Signal Carnival  (9.6)
8 Wonderland XIV  (9.5)
9 Uncensored  (9.5)
10 Comaland 100%  (9.5)
Top onefile Demos
1 Nine  (9.7)
2 Layers  (9.6)
3 Cubic Dream  (9.6)
4 Party Elk 2  (9.6)
5 Copper Booze  (9.5)
6 Scan and Spin  (9.5)
7 Onscreen 5k  (9.5)
8 Grey  (9.5)
9 Dawnfall V1.1  (9.5)
10 Rainbow Connection  (9.5)
Top Groups
1 Artline Designs  (9.3)
2 Booze Design  (9.3)
3 Oxyron  (9.3)
4 Performers  (9.3)
5 Censor Design  (9.3)
Top Fullscreen Graphicians
1 Joe  (9.7)
2 Sulevi  (9.6)
3 The Sarge  (9.6)
4 Veto  (9.5)
5 Facet  (9.5)

Home - Disclaimer
Copyright © No Name 2001-2025
Page generated in: 0.087 sec.