Slashdot Mirror


BBC Offers Beethoven Symphonies for Download

Simon80 writes "BBC Radio 3 is making performances by the BBC Philharmonic of Beethoven's 6th to 9th symphonies available for free download for the next few days only, as the second part of a trial to 'test listeners appetite for downloads'. During the first part, the first 5 symphonies were offered, and over 650,000 people downloaded them."

12 of 420 comments (clear)

  1. Typical by gowen · · Score: 5, Funny

    Goddamn communist atheists at the BBC, sharing stuff. Don't they realise that if any of us stop grasping what is ours, society will collapse. You didn't see Jesus Christ preaching about sharing, did you.

    Love,
    The Republican Party

    --
    Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
    1. Re:Typical by rohan972 · · Score: 5, Funny

      You didn't see Jesus Christ preaching about sharing, did you.

      It was the loaves and fishes thing that started it. And you thought they hate bittorrent.

  2. Re:I've always wondered why there isn't more of th by cperciva · · Score: 5, Informative

    aren't there any "free classical performers" out there?

    Yes. The problem is, they're not very good. Unlike popular music, where someone can start to learn guitar and become a world-famous "musician" a few years later (in some cases, this order is reversed), a good quality symphony orchestra contains 50 or more musicians, rarely with less than fifteen years of experience.

    As a general rule, if you're a professional classical musician, you can't afford to give away your work for free -- not to mention the costs of renting a recording studio which can fit an entire symphony orchestra. If you're an amateur classical musician (defined as "has a full time job which isn't music"), then unless you're really exceptional, you're not good enough to make recordings which people will want to listen to.

  3. Re:Hmmm by k98sven · · Score: 5, Insightful

    I've always thought that Beethoven's 9th symphony (and Beethoven generally) was incredibly overrated, just because everyone has heard of Ode to Joy. I'm no aficianado, but it seems generally all over the place and 'ding-dongy' - mindless triumphalism for the flag-waving plebs.

    Listen to the whole thing. The Ninth is a heck of a lot more than just the Ode to Joy.

    I agree that if you only listen to the Ode to Joy, and take it out of the context of the greater work, then it is mindless triumphalism.

    For this reason I really, really hate those "best of the classics"-type mix albums with the most-well-known fragments of classical music.

    They're the musical equivalent to sports videos with "Greatest goals" etc. Watching an amazing goal is fun. But it is nowhere near the same experience as watching a full game at the edge of your seat, and experienceing an amazing last-minute goal in its context.

  4. This is good but should go farther by file-exists-p · · Score: 5, Insightful

    I always thought that most countries should those days invest a non-negligeable part of their cultur budget to set up huge on-line databases. I am amazed to see the cost to maintain dusty municipal libraries while I have still no way to get all those music and novels which are in the public domain.

    It is still the same tune: when will people in charge realize the power of digital information. One book in a library can be read by one person at one time. It gets wear out, it can be stolen. A book in a library can be read by what ? at most 50 person a year ? How much does it cost to be stored handled, fixed ? That's ridiculous. And municipal libraries should be the place to find computer to access those database if you do not own one.

    Also, for that BBC initiative, I read:

    Download disclaimer:

    The BBC grants you a 7-day, non-exclusive licence to download this Beethoven Experience audio.

    You may not copy, reproduce, edit, adapt, alter, republish, post, broadcast, transmit, make available to the public, or otherwise use this audio in any way except for your own personal, non-commercial use.

    So I can't give that piece of culture to my grand'ma and my little nephew ? That sucks.

    --
    Go Debian!
  5. Re:I've always wondered why there isn't more of th by phr1 · · Score: 5, Informative

    See for example Magnatune, which has tons of good classical recordings including some from world renowned performers, all under Creative Commons licenses. Granted they are mostly solo and small chamber performances, rather than full scale orchestral works. However, there are certainly professional classical performers willing and able to release stuff under CC. Note also that the BBC downloads are just a 7-day license and you're not allowed to share the files after downloading. It's not much better than a one-time radio broadcast that you can tape off the air.

  6. Re:A warning to audiophiles by Anonymous Coward · · Score: 5, Informative

    Difference: As most people know, CBR uses a constant bitrate over the whole file (e.g. 128kbits/s).

    VBR works with a constant QUALITY (or badness) setting and tries to guarantee that the quality won't degrade below a certain level by letting the bitrate float up and down as necessary. The advantage is that the bitrate is perfectly used up and does not waste precious bits on plain parts (e.g. silence) of a piece of music.
    The problem is that there is no real scale for quality so arbitrary numbers get assigned (for the ogg-encoder 1-10). This let's people struggle over determining which quality is ``good enough''.
    Another problem is that the target size of the file is not predictable. Usually it falls within certain limits but if the encoder struggles with a complex piece of music, the output file size can deviate considerably.

    ABR is a compromise between the two, It let's the bitrate float but guarantees a specified AVERAGE bitrate. Thus it is more efficient than CBR (although not as efficient as VBR because it has to establish somewhat tighter control and has to let the quality drop if it threatens to exceed the average too much) but also predictable in the size of the resulting file, though not as precisely as CBR (though the deviation is very very slim in most cases). In almost all cases ABR is preferable to CBR if VBR isn't an option.

  7. Re:Earlier Performances? by LiquidCoooled · · Score: 5, Informative

    Heres something I found (either on slash itself, or from boingboing)

    http://www.commontunes.org/beethovenssymphonies

    its the 1st 5 as grabbed from the bbc

    --
    liqbase :: faster than paper
  8. Re:Aside: Heritage of CDs by Mwongozi · · Score: 5, Informative

    In fact the length of an audio CD is related to the length of a video tape.

    The sampling rate of 44.1 kHz is inherited from a method of converting digital audio into an analog video signal for storage on video tape, which was the most affordable way to store it at the time the CD specification was being developed. A device that turns an analog audio signal into PCM audio, which in turn is changed into an analog video signal is called a PCM adaptor. This technology could store 6 samples (3 samples per each stereo channel) in a single horizontal line. A standard NTSC video signal has 245 usable lines per field, and 59.94 fields a second, which works out at 44,056 samples/second. Similarly PAL has 294 lines and 50 fields, which gives 44,100 samples/second. This system could either store 14-bit samples with some error correction, or 16-bit samples with almost no error correction. There was a long debate over whether to use 14 or 16 bit samples and/or 44.056 k or 44.1 k samples/s when the Sony/Philips taskforce designed the compact disc; 16 bits and 44.1 k samples/s prevailed. The Sony PCM-1610 and PCM-1630 are well-known examples of PCM-adaptors used in conjunction with the Sony U-Matic VCR.

    From

  9. Re:Earlier Performances? by drauh · · Score: 5, Informative
    --
    This is a tautology.
  10. Re:That is AWESOME! by Nate4D · · Score: 5, Insightful

    I love getting free, good music from the internet. The Internet Achive's Audio section is my very good friend, as is LegalTorrents. Granted, that is completely different music from this, but still it is awesome to be able to enjoy music being made by people who love making music more than making money.

    As a semi-pro musician, I get really, really tired of seeing other geeks bash musicians who charge for their work.

    Certainly, there are performers who do it for nothing but the money - but coincidentally enough, they usually suck royally as musicians.

    A large number of musicians charge for what they do because they like to do it, and if enough people are willing to pay them for their music, they can quit their day job, and spend more time creating the art that they love to do.

    What's so bad about that?

    --
    "Oh, I like geeks way better than I like humans." - Mari Sarris
  11. Re:That is AWESOME! by Anonymous Coward · · Score: 5, Insightful

    Mind the audience you're preaching to... A lot of us here write open source software that can be used freely (as in both beer and speech), so we can't see anything wrong with musicians also creating performances that can be listened to freely (at least as in beer if not speech).