Berkeley CSUA MOTD:Entry 27980
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

2003/4/3-4 [Computer/SW/Apps/Media] UID:27980 Activity:very high
4/3     What's the simplest sound file format out that that can be played on a
        PC by, say, Media Player?  For pictures there is a .raw format which is
        just raw pixel values.  Is there something like that for sounds, where
        I can simply specify values for the waveform like "0, 127, 255, 127,
        0, ......" without complicated encoding, and the sampling rate in
        either a simple header or externally in the application?  Thanks.
        \_ WINDOWS MEDIA FORMAT, EAT SHIT AND DIE
        \_ wav is just raw audio with a header.  Look online for how to get
           rid of it.
           \_ Thanks!
           \_ no it's not.  wav is a container format; the audio data itself
              can be uncompressed PCM, or it can be compressed using any of a
              number of codecs (IMA ADPCM, MS ADPCM, MPEG1-III, etc.)
        \_ What exactly are you trying to do? Without more info, I think
           the best solution to your problem is to write raw, headerless
           data and then use SoX http://sox.sourceforge.net to convert
           it to something playable by WMP. There are many programs out
           there that will play raw headerless data (incl. SoX), so you
           can also use one of those directly if you want.
2025/05/25 [General] UID:1000 Activity:popular
5/25    

You may also be interested in these entries...
2013/6/26-8/13 [Computer/Domains, Computer/Networking, Computer/SW/WWW/Browsers] UID:54697 Activity:nil
6/26    This ones for you psb -ausman
        http://25.media.tumblr.com/027fe67c84c2288cc16e9c85db690834/tumblr_mp0ag8DCQI1qzwozco1_1280.jpg
        \- that's pretty good. i wish someone had put the idea to be before i saw
           it on the internet, so see if i'd have put the 9 justices in the same
           boxes. JOHN PAUL STEVENS >> All the sitting justices. --psb
        \- that's pretty good. i wish someone had put the idea to be before i
	...
2013/3/21-5/18 [Computer/SW/Apps/Media, Computer/SW/WWW/Browsers] UID:54632 Activity:nil
3/21    Browser Plug-In you must get: Ghostery. It gets rid of a bunch of
        ad trackers on a web site, resulting in really fast load times.
        For example, a typical media site will require 10-15 trackers
        (you know, those URLs that track your activities so they can
        target you better). Ghostery kills them.
        \_ This has been working well for me, and breaks fewer things
	...
2012/11/18-12/18 [Recreation/Celebrity, Politics/Domestic/911, Computer/SW/Apps/Media] UID:54537 Activity:nil
11/16   Anonymous responds to be labeled a "terrorist" by Isreali media:
        http://t.co/0lIgC166
	...
2010/8/19-9/7 [Computer/HW/Drives] UID:53929 Activity:nil
8/19    Anyone have a good MLC vs. SLC writeup that is less than a year
        old? I am investigating making a big SSD order. -ausman
        \_ how much performance gain are you expecting from using SSD?
           Let's say your 7200RPM yields 70 MB/sec (sustained) read and
           your new SSD yields 160 MB/sec read, and that your application
           is mostly streaming media (so the platter is continuous read,
	...
2010/6/8-30 [Computer/Companies/Yahoo] UID:53853 Activity:nil
6/8     Newly wed husband and wife found from old picture that they have
        actually crossed path 30yrs ago: http://www.csua.org/u/qwv
        My question is how do stories like this find its way to news media?  Do
        people just go "hey something very interesting happens in our lives.
        Let's call up a news agency or two to tell the world about it."?
        \_ "Your video will begin after a word from our sponsors."
	...
Cache (2459 bytes)
sox.sourceforge.net
SoX - Sound eXchange Welcome to the home page for SoX, the swiss army knife of sound processing programs. SoX is a command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files during the conversion. As an added bonus, SoX can play and record audio files on several unix style platforms. History - The Beginning of Son of SoX SoX has been been around since at least 1992 when it was first created by Lance Norskog. Lance designed the core of SoX which is designed so that others can develop separate modules that know how to convert to and from a given format. The core of SoX can then convert any file format that has a module in to any other format that has a module. People from around the net have contributed modules for most of the popular formats in use today. SoX's original home page that hasn't changed since 1995 (gotta be a record for a web site to stay up but not change :-). WVE files * Record and Play from OSS or ALSA /dev/dsp and Sun /dev/audio. The following effects can be applied to sound data: * Channel averaging, duplication, and removal * Band-pass filter * Band-reject filter * Chorus effect * DCShift audio * Deemphases filter * Move soundstage to front of listener. Also, modified the files that are output by Ogg Vorbis handler to use VBR format. Sox's currently has three different algorithms that each suffer from different problems. There is a 24 SoX project web site that can be of use when working with CVS and its mailing list. There is a low volume mailing list set up that you can subscribe to or read online located at the 25 SoX-users Mailing List web site. It is possible to view the files checked in to CVS using a 27 CVS web interface . If you have CVS installed on your system then you may obtain a snapshot of the latest source by performing the following commands. The commands will log you in and check out a copy of the sox module and place it in the subdirectory it was ran from. When prompted for a password by the cvs command, enter nothing and hit Enter. To merge in future updates you may run the following command (when ran inside the sox directory that was created from your checkout): cvs update If you make any changes to SoX that you would like to be included in future releases then you may use the following command to make an easy to read diff. Related Sites Below are some links related to Sound Processing.