Ashur said:I was thinking about starting collecting 2 years ago, but I I realized that it doesn't deserve it. It takes a lot of money(which I don't have) and a lot of time which I don't have too.
Tupacboard takes a lot of my daytime so I'm pissed at it. And those people who always here I can't understand them, don't they got life, don't they got work to do?
Also I have one question to all the collectors.
Some day you will die and what do you think will be with your collection?
I think it will be trash and someone will just put all that shit in a garbage.
Does it really deserve it? It's not cars, guns or some shit that will be old rare collection. It will be just fucking mp3 and scans.
And it won't be just MP3's, it's actual CD's, tapes and vinyls.bigmack said:wait for blueray discs,youll be able to store 50GB on each disk,rip everything to wav and put it on there.
but for now
id say only back up the rare and most precious stuff into wav on a separate hard drive or dvd.if one of your cds get scratched,you can always buy another one for like 10 bucks.
that is one way to look at it. for some people though, collecting is a nice break from your everyday. it's a hobby, and for you to enjoy your day you need hobbies. instead of spending my money on movies, books or fishing rods, i spend it on tupac-related items. whenever i recieve something in the mail, i feel like a kid on christmas eve as i'm ripping the packaging open. i love ripping and scanning it and putting it in folders and making a system out of it. i love touching up the covers in paintshop to make them look as good as possible. but most importantly, i love to click the .m3u and listen to the album. the whole process has a great emotional value to me because it is something i like doing and it takes my mind off stuff that stresses me.
i could need more money but i sure do have the time, so why not?
I'm on a computer-based education, so I'm nearly 10 hours a day behind a computer. Checking this forum (and other sites as well), takes a top of 5 minutes an hour (more if I'm really bored). I can finish my work easily.
I hope my kids treat my collection with some respect. Perhaps I've tossed it all out myself by then, I dunno And it won't be just MP3's, it's actual CD's, tapes and vinyls.

Ashur said:That's really nice the way you are doing it. So it's a hobby for you. I liked when you said that when you get some money instead of spending them on something you spen them pom your hobby.
I liked that, because I don't have those money, that's for real, I'm middle class in my country and here we don't even spend money on such a things(in most cases useless). Only a small anmount of peolpe buys something that's official, every cd here is bootleged for a low price without badding the product. That's a mentality of My country and all others, fron late USSR.
Even now I'm using free internet(not legaly of course), because internet here soast a good cash. The world is fucked up.
But what I really prefer instead of collectig cds is Gim, it can be considered as hobby too. Just working out till the last breath and having a very beautifull muscle figure in the mirrow![]()
It takes you about 5 minutes that's what I like. My internet is so slow that i'm waiting 2-7minutes to open a page, yes, you heard it right a one page on TB. So it takes me about an hour and half a day to browse only life forum and a little of FX.
But since I joined TB became some kind of narcotic for me, I think many will feel me on this. But anyways, I'm moving to Russia soon. I won't have internet, even don't have an appartment. So I will leave TB in 1month![]()

that's a pretty black or white way of looking at things.Ashur said:Some day you will die and what do you think will be with your collection?
I think it will be trash and someone will just put all that shit in a garbage.[/b]
Does it really deserve it? It's not cars, guns or some shit that will be old rare collection. It will be just fucking mp3 and scans.
Posted by Rizzle
aww thats too bad. what do you mean you won't even have an appartment? where are you gonna live?
Posted by DutchMakaveli
You're from Kazachstan, right?
I have a good friend who is also from there and I have to say I recognize your situation from his stories. Especially the Internet-bit, he mentioned that specifically.
Shit's fucked up man
oh wait, did i forget something? do you know me?Think_ThuGLiFE said:Dante has established him self so he has the freedon and luxury to spend a lil cash on something he enjoys .
Dante said:Differences in Encoding/Decoding Stereo Streams and AIFF and WAVE Files
Apple's and Microsoft's ADPCM compressed files also differ in how stereo streams are encoded, and therefore decoded. The IMA standard does not say anything about having predictor bytes, nor does it say how multiple channels of sound should be treated, and that is one place where AIFF and WAVE files differ.
For packet size, Apple chose 64 samples per predictor bytes, and for stereo, Apple defines that a packet of left channel data precedes a packet of right channel data. Apple's IMA compressor puts two bytes at the front of each packet, which are referred to as predictor bytes (not be confused with the predictor value that the IMA-ADPCM algorithm defines). These two bytes contain the step index, a 7-bit value in the low byte, and the most significant 9 bits of the predictor value. Obviously, since the real predictor value is 16 bits, this 9-bit predictor is only an approximation, but it doesn't cause significant loss of quality.
Microsoft, on the other hand, lets the program compressing the sound determine the size of the packet, and the WAVE standard is eight samples of left data followed by eight samples of right data. WAVE files also have a two byte header just like the Mac, but have an 8-bit step index instead of a 7-bit step index and an 8-bit predicted sample approximation instead of a 9-bit approximation.
For more information on the WAVE format, interested developers may want to consult one or more of the specifications and descriptions that can be found on the Internet
The wBlockAlign Field
The WAVE file format has a field called wBlockAlign which tells the program reading the file the minimum number of bytes that must be processed at a time. The only WAVE files compressed with ADPCM that I have studied have had this value set to either 512 or 1024. This field could be set to other values. Setting this value to a number larger than 34 allows the WAVE file to have fewer predictor bytes than the same data as an IMA compressed AIFF file.
Apple's method of small packet sizes gains the ability to start playing sound from more locations in the file, thus giving better random access. Microsoft's method still allows for random access, but with greater jumps between points where sound can begin playing from.
Back to top
Consequences of the Differences Between AIFF and WAVE File Formats
Because of the substantial differences between the AIFF and WAVE formats, the Apple IMA decompression codec will not handle Microsoft's ADPCM compressed WAVE files.
Stereo ADPCM WAVE files have the channels interleaved differently than AIFF files and have fewer predictor bytes, which is a significant enough difference that the Apple IMA decompressor will not decompress them and produce the same sound as the Microsoft ADPCM decompressor would. The Microsoft ADPCM decompressor will not decompress a stereo IMA AIFF file as the Apple IMA decompressor would unless it is modified to take into account the different channel interleaving and predictor bytes.
Because the Apple IMA compressor makes use of the high bit of the low byte in the predictor word for the predicted sample (to double its precision) and the Microsoft IMA compressor treats this bit as part of the value of the step index, it is likely that the step index will be invalid most of the time if the Microsoft ADPCM decompressor is dealing with an Apple IMA compressed sound.
The step index is likely to be invalid because, depending on what the value of the predicted sample is, the high bit of the low byte of the predictor word (the least significant bit of the predicted sample) may or may not be set. Because the Microsoft ADPCM decompressor takes all 8 bits of the low byte of the predictor word, instead of only the low 7 bits (which are all that are needed; the step index's possible range is from 0 to 88, inclusive), having the high bit set will automatically make the index out of range, which may cause the decompressor to stop decompressing data.
Differences in Resulting Data at the Nibble Level
Inspection of the same data compressed using Apple's IMA compressor and Microsoft's ADPCM compressor shows differences in the resulting data at the nibble level. The difference in the resulting data is often not major: if the data is different, it is usually only off by one value plus or minus. Examining the public Microsoft IMAADPCM.C file shows that the imaadpcmFastEncode and imaadpcmSampleEncode algorithms are not exactly the same as that published by IMA, but I have not attempted to trace execution of sample data to determine where the algorithm is producing different data. When played back through the correct decompressor, the two sounds sound identical.
The Bottom Line
What this means is that if you were to go to all the work of converting from one file format to the other -- for example, converting a WAVE file to AIFF file -- you would find that when you decompressed the sound, the resulting sound would be slightly different, though the change might not be audible.
. But thanks for the detailed answer. I guess I should do some research on it for myself. The main question I have right now though is if I rip a track in .wav and then later burn it again, do I have an exact duplicate of what was originally on the CD?Dante said:oh wait, did i forget something? do you know me?
i am far from "established" as i live on loans and grants. i'm just smart enough to make as much as i spend by selling rare pac items that i have access to a little cheaper.

i agree. beyond that it's something you do for yourself to cool down after a busy day or just for the enjoyment of the hunt. i mean hell, if i wasn't collecting i would not have bought a case of atr singles back when they dropped and later sold them for an average of $80 each. it can be as lucrative and as fun as you choose to make it.dedbrd said:I think a music collection is something you can pass on and not get trashed, my kids are 11 and 8 and they ask me all the time about getting my cd's when I am old and don't want them anymore. My 8 year old is a big Ice Cube fan, and my 11 year old is always askin for Pac mixes, and of course they like all the radio stuff because they are young and do not know better, I have about 500 cd's between everything, rock, rap and r&b (that is actual cd's, not burns or downloads) and I really think my collection will live on through my kids
μακαφελι said:To be honest, I didn't get a lot of that. But thanks for the detailed answer. I guess I should do some research on it for myself. The main question I have right now though is if I rip a track in .wav and then later burn it again, do I have an exact duplicate of what was originally on the CD?