This is a discussion on I have a broken .wav file )-; within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Well, you guys helped me with the sound, and I've been playing .wav files 'til the cows come home. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Well, you guys helped me with the sound, and I've been playing .wav files 'til the cows come home. ;-) But there's one that I managed to save from the W95 days, "Musica_Open.wav"; but mine is broken or something: http://www.neodruid.net/Share/Musica_Open.wav You can hear that KKH! at the end, right? So, I'm looking for a sound editor, and first I thought I'd ask, do I already have one? I did a web search and the hype for Kwave sounds like it'd be OK, but do I really want to compile from source if there's something already out there? Any recommendations for a .wav file editor? Apologies for this not being strictly Slack-specific, but I wouldn't know what other NG to ask in. Well, there is method to my madness - I'd much rather have a Slack package (or find out I already have one, but I don't even know where to begin to look) than compile from source. That's pretty much Slack-specific. :-) Thanks! Rich |
| |||
| On 2007-02-09, Rich Grise <rich@example.net> wrote: > > Any recommendations for a .wav file editor? Can't recommend it yet, as I haven't tried it. But, I plan to. http://studio.sourceforge.net/ nb |
| |||
| Rich Grise wrote: > Well, you guys helped me with the sound, and I've been playing .wav files > 'til the cows come home. ;-) > > But there's one that I managed to save from the W95 days, "Musica_Open.wav"; > but mine is broken or something: > http://www.neodruid.net/Share/Musica_Open.wav > > You can hear that KKH! at the end, right? So, I'm looking for a sound > editor, and first I thought I'd ask, do I already have one? I did a > web search and the hype for Kwave sounds like it'd be OK, but do I really > want to compile from source if there's something already out there? > > Any recommendations for a .wav file editor? http://audacity.sourceforge.net/ Mark Atherton |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message * Rich Grise <rich@example.net> writes: > But there's one that I managed to save from the W95 days, > "Musica_Open.wav"; but mine is broken or something: > http://www.neodruid.net/Share/Musica_Open.wav "Or something" is the correct answer. If you leached the wav file From the URL, you don't have a wav file. Look at the file size. How much audio can you squeeze into 489 bytes? That's the first clue that something's not right. Look a little closer: $ file Musica_Open.wav Musica_Open.wav: ASCII text uhoh. [wrapped to avoid hideously long lines] $ cat Musica_Open.wav <HTML><HEAD> <TITLE>www.neodruid.net</TITLE> <META NAME="description" CONTENT="neodruid.net"> <META NAME="keywords" CONTENT="name=neodruid.net"> </HEAD> <FRAMESET border=0 rows="100%,*" frameborder="no" marginleft=0 \ margintop=0 marginright=0 marginbottom=0> <frame src="http://abiengr.com/~sysop/Share/Musica_Open.wav" \ scrolling=auto frameborder="no" border=0 noresize> <frame topmargin="0" marginwidth=0 scrolling=no marginheight=0 \ frameborder="no" border=0 noresize> </FRAMESET> </HTML> The _real_ wav is in there. Leach... http://abiengr.com/~sysop/Share/Musica_Open.wav ....and that'll fix your "broken" wav file. :-) -- |---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---| | Genius - Is the ability to reduce | | the complicated to the simple | |----------------------------------<steve@youngs.au.com>---| -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) Comment: The SXEmacs Project <http://www.sxemacs.org> Comment: Eicq - The SXEmacs ICQ Client <http://www.eicq.org/> iEYEARECAAYFAkXM/LkACgkQHSfbS6lLMANIkgCeIjPKqHMmINpPcERtv2w0xhzd lZ0AnjZWmkeZgiTNmMzb5WCEFtCQchNP =ZxfO -----END PGP SIGNATURE----- |
| |||
| < Well, you guys helped me with the sound, and I've been playing .wav files 'til the cows come home. ;-) But there's one that I managed to save from the W95 days, "Musica_Open.wav"; but mine is broken or something: http://www.neodruid.net/Share/Musica_Open.wav You can hear that KKH! at the end, right? So, I'm looking for a sound editor, and first I thought I'd ask, do I already have one? I did a web search and the hype for Kwave sounds like it'd be OK, but do I really want to compile from source if there's something already out there? Any recommendations for a .wav file editor? > I like AUDACITY, which has been ported over to LINUX, so it doesn't understand directories perfecctly. Before that I used sweep. |
| |||
| Rich Grise <rich@example.net> wrote: > Well, you guys helped me with the sound, and I've been playing .wav files > 'til the cows come home. ;-) > > But there's one that I managed to save from the W95 days, "Musica_Open.wav"; > but mine is broken or something: > http://www.neodruid.net/Share/Musica_Open.wav > > You can hear that KKH! at the end, right? So, I'm looking for a sound > editor, and first I thought I'd ask, do I already have one? I did a > web search and the hype for Kwave sounds like it'd be OK, but do I really > want to compile from source if there's something already out there? > > Any recommendations for a .wav file editor? audacity might be worth a look. The windows version is a lot less buggy than the linux version. Since we are using a 2.6.20 kernel with an AC97 sound chip on our motherboard, alsa, and all sound, is unavailable to us. Unless we boot up to windoze of course... You are way, way ahead, to use windows for your multimedia stuff. cordially, as always, rm |
| |||
| rm@biteme.org wrote: > Since we are using a 2.6.20 kernel with an AC97 sound chip on our > motherboard, alsa, and all sound, is unavailable to us. ... You had it working with an earlier kernel? I've not used a 2.6.20 kernel yet, but certainly with 2.6.19.2 I don't have any trouble. It would astonish me if the driver was broken from one version to the next. If you post the output of the following command, I imagine you'll get sufficient help to get sound working on your system. zgrep ^CONFIG_SND /proc/config.gz I'll append that output from a system I have where I use only the onboard "AC'97" sound interface, in case it helps. I expect there are some items there that I don't need (such as the MPU401 and VIRMIDI drivers, given that this computer does not have a MIDI interface that I'm aware of, though VIRMIDI might still be useful ...) but sound output on this system works just fine. -- ---------------------------------------------------------------------- Sylvain Robitaille syl@alcor.concordia.ca Systems and Network analyst Concordia University Instructional & Information Technology Montreal, Quebec, Canada ---------------------------------------------------------------------- : elvira[syl] ~; zgrep ^CONFIG_SND /proc/config.gz CONFIG_SND=y CONFIG_SND_TIMER=y CONFIG_SND_PCM=y CONFIG_SND_RAWMIDI=y CONFIG_SND_SEQUENCER=y CONFIG_SND_SEQ_DUMMY=y CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=y CONFIG_SND_PCM_OSS=y CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_RTCTIMER=y CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y CONFIG_SND_SUPPORT_OLD_API=y CONFIG_SND_VERBOSE_PROCFS=y CONFIG_SND_MPU401_UART=y CONFIG_SND_AC97_CODEC=y CONFIG_SND_AC97_BUS=y CONFIG_SND_VIRMIDI=y CONFIG_SND_MPU401=y CONFIG_SND_ATIIXP=y |
| |||
| Sylvain Robitaille <syl@alcor.concordia.ca> wrote: > rm@biteme.org wrote: > >> Since we are using a 2.6.20 kernel with an AC97 sound chip on our >> motherboard, alsa, and all sound, is unavailable to us. ... > > You had it working with an earlier kernel? 2.6.7 or something... > I've not used a 2.6.20 kernel yet, but certainly with 2.6.19.2 I > don't have any trouble. It would astonish me if the driver was > broken from one version to the next. Is that right? Perhaps you should tell the alsa people because they have pretty much given up on it themselves. They only suggest that the drivers should be compiled as modules, although they can't say why. > If you post the output of the following command, I imagine you'll > get sufficient help to get sound working on your system. > zgrep ^CONFIG_SND /proc/config.gz Okey dokey. This is one of many setups that we have tried. CONFIG_SND=y CONFIG_SND_TIMER=y CONFIG_SND_PCM=y CONFIG_SND_HWDEP=y CONFIG_SND_RAWMIDI=y CONFIG_SND_SEQUENCER=y CONFIG_SND_SEQ_DUMMY=y CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=y CONFIG_SND_PCM_OSS=y CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_RTCTIMER=y CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y CONFIG_SND_DYNAMIC_MINORS=y CONFIG_SND_SUPPORT_OLD_API=y CONFIG_SND_VERBOSE_PROCFS=y CONFIG_SND_VERBOSE_PRINTK=y CONFIG_SND_DEBUG=y CONFIG_SND_DEBUG_DETECT=y CONFIG_SND_PCM_XRUN_DEBUG=y CONFIG_SND_MPU401_UART=y CONFIG_SND_AC97_CODEC=y CONFIG_SND_DUMMY=y CONFIG_SND_VIRMIDI=y CONFIG_SND_MTPAV=y CONFIG_SND_MTS64=m CONFIG_SND_SERIAL_U16550=y CONFIG_SND_MPU401=y CONFIG_SND_EMU10K1=y CONFIG_SND_INTEL8X0=y CONFIG_SND_VIA82XX=y CONFIG_SND_AC97_POWER_SAVE=y cordially, as always, rm |
| |||
| Le dimanche 11 février 2007 03:26, rm@biteme.org s'est exprimé de la sorte sur alt.os.linux.slackware : > Since we are using a 2.6.20 kernel with an AC97 sound chip on our > motherboard, alsa, and all sound, is unavailable to us. *Unless we > boot up to windoze of course... If you're not clever enough to get sound working on Slackware, remembre one thing : Others do ! Not as cordially as you... -- @+ Doug [Linux user #307925] - Slackware RuleZ ;-) [Pourquoi t'es qui, qu'est ce que tu fais par où ?] -- Pour me contacter enlever no-spam (2X) -- |
| ||||
| On Sun, 11 Feb 2007 02:26:33 +0000, rm whined: > Since we are using a 2.6.20 kernel with an AC97 sound chip on our > motherboard, alsa, and all sound, is unavailable to us. Unless we > boot up to windoze of course... LOL. Clueless n00b. -- "Ubuntu" -- an African word, meaning "Slackware is too hard for me". |