Could the Datasette players play music cassette tapes too?

Anything C64-related not covered below.

Moderator: Lemoners

Post Reply
dj2eclipse
Bionic Granny
Posts: 4
Joined: Thu Jul 07, 2011 8:18 pm
Location: Cleveland, OH

Could the Datasette players play music cassette tapes too?

Post by dj2eclipse »

I am curious if the Datasette players had the capability to play music cassette tapes? If so, what was the setup, a speaker right to the player? Or could one even pull audio from a 1702 monitor?
User avatar
merman
Lemon64 Game Champion
Lemon64 Game Champion
Posts: 8389
Joined: Wed Jan 29, 2003 3:12 pm
Location: Skegness, UK Fave game: The Sentinel
Age: 49
Contact:

Post by merman »

I remember a listing in ZZAP! once that "read" music from the cassette and played it back through the SID chip...
https://www.c64books.co.uk - new books for the C64 releasing in 2021/2022!

merman1974 on Twitter, Steam, Xbox Live and Wii U
User avatar
e5frog
Bruce Lee
Bruce Lee
Posts: 10805
Joined: Thu Apr 30, 2009 9:40 pm
Location: Sweden
Age: 49
Contact:

Post by e5frog »

The head is mono so you won't get any stereo sound. I also had some sampler program that could record audio from the datassette - sounded awful...

I think you'd have to mod the datassette to get proper sound out of it.

Check the schematics here, maybe you can grab sound at the right amplifier:
http://www.zimmers.net/anonftp/pub/cbm/ ... index.html
User avatar
Oge_user
Rick Dangerous
Rick Dangerous
Posts: 2645
Joined: Sun Jul 14, 2002 7:28 pm
Location: Italy

Post by Oge_user »

This Turbo Tape Utility seems to be able to play tapes. Try it and let us know: http://www.megaupload.com/?d=U88XZ1NX

Cheers,
Oge
Image
User avatar
e5frog
Bruce Lee
Bruce Lee
Posts: 10805
Joined: Thu Apr 30, 2009 9:40 pm
Location: Sweden
Age: 49
Contact:

Post by e5frog »

I'm guessing you'd need to pull audio directly from the datassette to get proper audio quality, going through the SID would drag it down. It also seems the signal is amplified until sine waves change into square waves in the datassette. But a wire on one of the OP-amps, should do the trick.

That turbo-program was kind of fun, very weak sound with a lot of static when listening to a data-tape in WinVICE.
User avatar
enthusi
Jack The Nipper
Jack The Nipper
Posts: 864
Joined: Thu Mar 19, 2009 7:29 am
Location: Potsdam, GER
Age: 44
Contact:

Post by enthusi »

You can play back music-tapes but that wont make you happy.
The datasette has an (two) inbuilt Schmitt-triggers which will completely brutalize the input ;-)
You can make it out but not too well.
Listening to it can be done in a few lines of code. Just watch the cass-flag in a loop and set the audio-volume accordingly. This way you sort of 1bit-sample the music on tape...
Cheers,
enthusi
New C64 Game: SAFTS - Table Soccer​
https://csdb.dk/release/?id=165137
News VCS Game: Assembloids 2600
http://atariage.com/forums/topic/278819 ... loids2600/
TNT
Mr. TNT
Mr. TNT
Posts: 6308
Joined: Sun Feb 09, 2003 7:32 pm
Location: HML, Finland Favorite games: H.E.R.O., Paradroid, Thrust
Contact:

Post by TNT »

enthusi wrote:Listening to it can be done in a few lines of code.
Right.
User avatar
e5frog
Bruce Lee
Bruce Lee
Posts: 10805
Joined: Thu Apr 30, 2009 9:40 pm
Location: Sweden
Age: 49
Contact:

Post by e5frog »

Cool TNT, but it sounds like listening in a broken tweeter with very very low volume. ;-)

TNT's was better that the "hear"-mode in that turbo program though.
User avatar
senorverde
William Wobbler
William Wobbler
Posts: 78
Joined: Sun Feb 21, 2010 1:26 pm
Age: 32

Post by senorverde »

I like to use FCS' Digitizer Datasette. Not only can you sit there and listen to a whole tape, but you can also record a portion and save it off to floppy (there's a small routine that tells you how you can play it in an assembler, but I never figured it out). So, let's see... Would the sound output of these programs be 1 bit in the end, as mentioned above (since the datasette loads and saves using on/off square waves)?
Three oscillators, three filters, and a brother named VIC. What more can you ask for?
User avatar
e5frog
Bruce Lee
Bruce Lee
Posts: 10805
Joined: Thu Apr 30, 2009 9:40 pm
Location: Sweden
Age: 49
Contact:

Post by e5frog »

This one then:
http://www.csdb.dk/release/download.php?id=45150

Not better than TNT's version, some annoying flashing colors, save feature is nice in case you manage to get something useful out of it.

Maybe it can be useful if you want to make a multimedia art installation or if you want to play "guess the song" with family or friends.
User avatar
senorverde
William Wobbler
William Wobbler
Posts: 78
Joined: Sun Feb 21, 2010 1:26 pm
Age: 32

Post by senorverde »

I did this once with a friend. Grab a mix tape and some friends (alcohol optional) and take guesses at the screeching tunes. :lol: . I can tell you for a fact that Datasette Digitizer does not like 80s synthpop :lol:
Three oscillators, three filters, and a brother named VIC. What more can you ask for?
User avatar
e5frog
Bruce Lee
Bruce Lee
Posts: 10805
Joined: Thu Apr 30, 2009 9:40 pm
Location: Sweden
Age: 49
Contact:

Post by e5frog »

Doesn't seem to like any pop-music but you can occasionally hear words or phrases and catch it on that.
User avatar
Richard of TND
Lemon64 Database Editor
Lemon64 Database Editor
Posts: 4985
Joined: Mon Feb 11, 2002 5:46 pm
Location: United Kingdom
Age: 45
Contact:

Post by Richard of TND »

It is still possible to muck about and add digi-sampling to your commodore 64. All you need is a microphone or mobile phone PC software, a WAV/DIGI convertor (On PC) and a bit of programming (Or just run the DIGI .PRG as it does have a built in digitizer).

http://noname.c64.org/csdb/release/?id=6601
User avatar
e5frog
Bruce Lee
Bruce Lee
Posts: 10805
Joined: Thu Apr 30, 2009 9:40 pm
Location: Sweden
Age: 49
Contact:

Post by e5frog »

Yes, probably a better way to do it - use the PC and copy the finished result to the C64.
User avatar
airship
Jack The Nipper
Jack The Nipper
Posts: 951
Joined: Tue Aug 05, 2008 5:47 pm
Location: Iowa, USA
Age: 72
Contact:

Post by airship »

senorverde wrote:I like to use FCS' Digitizer Datasette.
More info, please?
airship
(Former Managing Editor, INFO Magazine)
Post Reply

Who is online

Users browsing this forum: SIDrocker and 0 guests