Re: [PD] Test Audio: just trying to hear anything

2007-04-25 Thread IOhannes m zmoelnig
mik wrote:

 take oss instead of alsa in Media.
 

and don't forget to load the snd_pcm_oss module first, to be able to
do this!

i found that using oss emulation often is a good idea (if you don't care
for advanced features, whatever they are), especially if other
applications work fine with your soundcard and only pd has problems with it.

however, if you don't get any sound from any application (alsaplay,
play, audacity,...), then this won't help you either.



mfgsdfrt
IOhannes

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-25 Thread Derek Holzer


Javier García wrote:

 Sorry, what do you mean with alsaconf?

http://www.linuxmanpages.com/man8/alsaconf.8.php

Alsaconf is a simple shell script which tries to detect the sound cards 
on your system and writes a suitable configuration file for ALSA. It 
will try to guess what GNU/Linux distribution you're running, and will 
act accordingly to the standards of that distribution, if specific 
support is available.

Alsaconf will write a modutils snippet which can be then used by 
modutils to load the correct parameters for your sound card. 

It's very useful as long as you have one soundcard. I recommend to start 
here.

It sounds to me like you're still struggling with the basics of ALSA. 
You might read some of the ALSA and Linux Sound documentation listed 
under Documentation and Installation here:

http://alsa.opensrc.org/Main_Page

d.

-- 
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 51:
Distorting time

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-24 Thread Frank Barknecht
Hallo,
Javier García hat gesagt: // Javier García wrote:

 I installed it and typed speaker test. The only thing i heard was noise 
 in the same time this lines below appeared.

speaker-test is testing with pink noise by default. To make sure it's
speaker-test, that you are hearing, you could also test with a sine
wave by calling speaker-test as: 

$ speaker-test -t 2

speaker-test -h gives an overview of the possible options: 

$ speaker-test -h

speaker-test 0.0.8

Usage: speaker-test [OPTION]... 
-h,--help   help
-D,--device playback device
-r,--rate   stream rate in Hz
-c,--channels   count of channels in stream
-f,--frequency  sine wave frequency in Hz
-F,--format sample format
-b,--buffer ring buffer size in us
-p,--period period size in us
-t,--test   1=use pink noise, 2=use sine wave
-s,--speakersingle speaker test. Values 1=Left or 2=right

It seems your card is working. The error you get in Pd (Couldn't sync
A/D etc.) hints at a problem with Pd and your card. What card do you
have? Could you send the output of this command please: 

$ cat /proc/asound/cards

Ciao
-- 
 Frank Barknecht _ __footils.org_ __goto10.org__

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-24 Thread Javier García
Frank Barknecht wrote:

It seems your card is working. The error you get in Pd(Couldn't sync
A/D etc.) hints at a problem with Pd and your card. What card do you
have? Could you send the output of this command please:

$ cat /proc/asound/cards

0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xefffc000 irq 66

And Andy Farnell wrote:

rerun alsaconf and make sure the sample rate is
set to 48k then try starting Pd with these options

pd -r 48000 -channels 2 -audiobuf 160 -audiodev 1

Sorry, what do you mean with alsaconf?


From: Andy Farnell [EMAIL PROTECTED]
To: Javier García [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], pd-list@iem.at
Subject: Re: [PD] Test Audio: just trying to hear anything
Date: Tue, 24 Apr 2007 11:55:41 +0100


rerun alsaconf and make sure the sample rate is
set to 48k then try starting Pd with these options

pd -r 48000 -channels 2 -audiobuf 160 -audiodev 1

On Mon, 23 Apr 2007 23:27:18 +0200
Javier García [EMAIL PROTECTED] wrote:


  when i try to test the audio with Test audio and MIDI i have selected
  default MIDI. If I select ALSA, default MIDI and ALSA are selected 
and
  this message appears:
 
  tried but couldn't sync A/D/A
  tried but couldn't sync A/D/A
  tried but couldn't sync A/D/A
  .
  tried but couldn't sync A/D/A
  tried but couldn't sync A/D/A
  tried but couldn't sync A/D/A
  tried but couldn't sync A/D/A
  audio I/O stuck... closing audio
 
  I hope this helps little more...

--
Use the source

_
Acepta el reto MSN Premium: Correos más divertidos con fotos y textos 
increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis. 
http://join.msn.com?XAPID=1697DI=1055HL=Footer_mailsenviados_correosmasdivertidos


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-24 Thread mik
Javier García schreef:

 Some more clues:
 
 when i try to test the audio with Test audio and MIDI i have selected 
 default MIDI. If I select ALSA, default MIDI and ALSA are selected and 
 this message appears:
 
 tried but couldn't sync A/D/A
 tried but couldn't sync A/D/A
 tried but couldn't sync A/D/A
 .
 tried but couldn't sync A/D/A
 tried but couldn't sync A/D/A
 tried but couldn't sync A/D/A
 tried but couldn't sync A/D/A
 audio I/O stuck... closing audio
 

take oss instead of alsa in Media.

m

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-23 Thread Javier García
Frank Barknecht wrote:

Please try again, alsa-utils is an important package. It includes all
the debugging and configuration tools for ALSA like alsamixer, aplay,
aconnect etc. sudo apt-get install alsa-utils should install it.

I installed it and typed speaker test. The only thing i heard was noise in 
the same time this lines below appeared. (If you dont understand i can 
translate them)

speaker-test 1.0.11

El dispositivo de reproducción es default
Los parámetros del flujo son 48000Hz, S16_LE, 1 canales
Usando 16 octavas de ruido rosa
Frecuencia establecida a 48000Hz (se solicitó 48000Hz)
El rango del tamaño del buffer va desde 2048 hasta 16384
El rango del tamaño del perído va desde 1024 hasta 1024
Utilizando el tamaño máximo de buffer 16384
Periodos = 4
fue establecido period_size = 1024
fue establecido buffer_size = 16384
0 - Frontal izquierdo
Tiempo por período = 2,662514
0 - Frontal izquierdo
Tiempo por período = 2,986795
0 - Frontal izquierdo
Tiempo por período = 2,986777
0 - Frontal izquierdo
Tiempo por período = 2,986826
0 - Frontal izquierdo
Tiempo por período = 2,986783
0 - Frontal izquierdo
Tiempo por período = 2,986814
0 - Frontal izquierdo
Tiempo por período = 2,987081
0 - Frontal izquierdo
Tiempo por período = 2,986516
0 - Frontal izquierdo
Tiempo por período = 2,986817
0 - Frontal izquierdo
Tiempo por período = 2,986796
0 - Frontal izquierdo
Tiempo por período = 2,987113
0 - Frontal izquierdo
Tiempo por período = 2,986573
0 - Frontal izquierdo
Tiempo por período = 2,986712
0 - Frontal izquierdo
Tiempo por período = 2,987091
0 - Frontal izquierdo
Tiempo por período = 2,986440
0 - Frontal izquierdo
Tiempo por período = 2,987008
0 - Frontal izquierdo
Tiempo por período = 2,986883
0 - Frontal izquierdo
Tiempo por período = 3,007837
0 - Frontal izquierdo
Tiempo por período = 2,965442
0 - Frontal izquierdo
Tiempo por período = 2,986798
0 - Frontal izquierdo
Tiempo por período = 3,008192
0 - Frontal izquierdo
Tiempo por período = 2,986843
0 - Frontal izquierdo
Tiempo por período = 2,965680
0 - Frontal izquierdo
Tiempo por período = 2,986487
0 - Frontal izquierdo
Tiempo por período = 2,986816
0 - Frontal izquierdo
Tiempo por período = 2,987027
0 - Frontal izquierdo



From: Frank Barknecht [EMAIL PROTECTED]
To: pd-list@iem.at
Subject: Re: [PD] Test Audio: just trying to hear anything
Date: Mon, 23 Apr 2007 08:56:16 +0200

Hallo,
Javier García hat gesagt: // Javier García wrote:

  Frank Barknecht wrote:
 
  For generating sound, you could use the speaker-test program, that
  normally comes with the ALSA utils package (in Debian/Ubuntu this is
  the package called alsa-utils)
 
  thanks Frank, I've tried to install alsa-utils but I havent got it...

Please try again, alsa-utils is an important package. It includes all
the debugging and configuration tools for ALSA like alsamixer, aplay,
aconnect etc. sudo apt-get install alsa-utils should install it.

Here's the package homepage:
https://launchpad.net/ubuntu/edgy/i386/alsa-utils

Ciao
--
  Frank Barknecht _ __footils.org_ __goto10.org__

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list

_
Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con 
MSN Entretenimiento. http://entretenimiento.msn.es/


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-23 Thread Andy Farnell
On Mon, 23 Apr 2007 22:05:32 +0200
Javier García [EMAIL PROTECTED] wrote:

 Frank Barknecht wrote:
 
 Please try again, alsa-utils is an important package. It includes all
 the debugging and configuration tools for ALSA like alsamixer, aplay,
 aconnect etc. sudo apt-get install alsa-utils should install it.
 
 I installed it and typed speaker test. The only thing i heard was noise in 
 the same time this lines below appeared. (If you dont understand i can 
 translate them)
 
 speaker-test 1.0.11
 
 El dispositivo de reproducción es default
 Los parámetros del flujo son 48000Hz, S16_LE, 1 canales
 Usando 16 octavas de ruido rosa
 Frecuencia establecida a 48000Hz (se solicitó 48000Hz)
 El rango del tamaño del buffer va desde 2048 hasta 16384
 El rango del tamaño del perído va desde 1024 hasta 1024

It's working and happy afaics. But you didn't hear anytying? 
Have a really good fiddle with your ALSA mixer settings.

Please elaborate on The only thing i heard was noise

Did you hear residual hiss? Or something else?


-- 
Use the source

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-23 Thread Javier García
Andy Farnell wrote:

It's working and happy afaics. But you didn't hear anything?
Have a really good fiddle with your ALSA mixer settings.

Please elaborate on The only thing i heard was noise

Did you hear residual hiss? Or something else?

No, i dont hear anything.

About the ALSA mixer settings i think everything is ok.

When i say noise, i mean residual hiss, yes.

Some more clues:

when i try to test the audio with Test audio and MIDI i have selected 
default MIDI. If I select ALSA, default MIDI and ALSA are selected and 
this message appears:

tried but couldn't sync A/D/A
tried but couldn't sync A/D/A
tried but couldn't sync A/D/A
.
tried but couldn't sync A/D/A
tried but couldn't sync A/D/A
tried but couldn't sync A/D/A
tried but couldn't sync A/D/A
audio I/O stuck... closing audio

I hope this helps little more...


From: Andy Farnell [EMAIL PROTECTED]
To: Javier García [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], pd-list@iem.at
Subject: Re: [PD] Test Audio: just trying to hear anything
Date: Tue, 24 Apr 2007 09:51:20 +0100

On Mon, 23 Apr 2007 22:05:32 +0200
Javier García [EMAIL PROTECTED] wrote:

  Frank Barknecht wrote:
 
  Please try again, alsa-utils is an important package. It includes all
  the debugging and configuration tools for ALSA like alsamixer, aplay,
  aconnect etc. sudo apt-get install alsa-utils should install it.
 
  I installed it and typed speaker test. The only thing i heard was 
noise in
  the same time this lines below appeared. (If you dont understand i can
  translate them)
 
  speaker-test 1.0.11
 
  El dispositivo de reproducción es default
  Los parámetros del flujo son 48000Hz, S16_LE, 1 canales
  Usando 16 octavas de ruido rosa
  Frecuencia establecida a 48000Hz (se solicitó 48000Hz)
  El rango del tamaño del buffer va desde 2048 hasta 16384
  El rango del tamaño del perído va desde 1024 hasta 1024

It's working and happy afaics. But you didn't hear anytying?
Have a really good fiddle with your ALSA mixer settings.

Please elaborate on The only thing i heard was noise

Did you hear residual hiss? Or something else?


--
Use the source

_
Horóscopo, tarot, numerología... Escucha lo que te dicen los astros. 
http://astrocentro.msn.es/


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-23 Thread Andy Farnell

rerun alsaconf and make sure the sample rate is
set to 48k then try starting Pd with these options

pd -r 48000 -channels 2 -audiobuf 160 -audiodev 1

On Mon, 23 Apr 2007 23:27:18 +0200
Javier García [EMAIL PROTECTED] wrote:


 when i try to test the audio with Test audio and MIDI i have selected 
 default MIDI. If I select ALSA, default MIDI and ALSA are selected and 
 this message appears:
 
 tried but couldn't sync A/D/A
 tried but couldn't sync A/D/A
 tried but couldn't sync A/D/A
 .
 tried but couldn't sync A/D/A
 tried but couldn't sync A/D/A
 tried but couldn't sync A/D/A
 tried but couldn't sync A/D/A
 audio I/O stuck... closing audio
 
 I hope this helps little more...

-- 
Use the source

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-22 Thread Frank Barknecht
Hallo,
Javier García hat gesagt: // Javier García wrote:

 Derek Holzer wrote:
 
 Do other applications make sound?
 Is the card muted by Alsamixer? Check the Alsamixer app and see.
 
 I have just intalled and open Alsamixergui but i dont hear anything, should 
 I hear something??

Only if you are playing something. A mixer software is used to set
volumes of channels, but it doesn't generate any sound itself. For
generating sound, you could use the speaker-test program, that
normally comes with the ALSA utils package (in Debian/Ubuntu this is
the package called alsa-utils)

Just run 
-- 
 Frank Barknecht _ __footils.org_ __goto10.org__

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-22 Thread Javier García
Frank Barknecht wrote:

For generating sound, you could use the speaker-test program, that
normally comes with the ALSA utils package (in Debian/Ubuntu this is
the package called alsa-utils)

thanks Frank, I've tried to install alsa-utils but I havent got it... any 
other test to find out what is my problem with the sound? I have ubuntu 
edgy.


From: Frank Barknecht [EMAIL PROTECTED]
To: pd-list@iem.at
Subject: Re: [PD] Test Audio: just trying to hear anything
Date: Sun, 22 Apr 2007 10:34:52 +0200

Hallo,
Javier García hat gesagt: // Javier García wrote:

  Derek Holzer wrote:
 
  Do other applications make sound?
  Is the card muted by Alsamixer? Check the Alsamixer app and see.
 
  I have just intalled and open Alsamixergui but i dont hear anything, 
should
  I hear something??

Only if you are playing something. A mixer software is used to set
volumes of channels, but it doesn't generate any sound itself. For
generating sound, you could use the speaker-test program, that
normally comes with the ALSA utils package (in Debian/Ubuntu this is
the package called alsa-utils)

Just run
--
  Frank Barknecht _ __footils.org_ __goto10.org__

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list

_
¿Estás pensando en cambiar de coche? Todas los modelos de serie y extras en 
MSN Motor. http://motor.msn.es/researchcentre/


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-21 Thread Javier García
Derek Holzer wrote:

Do other applications make sound?
Is the card muted by Alsamixer? Check the Alsamixer app and see.

I have just intalled and open Alsamixergui but i dont hear anything, should 
I hear something??



From: Derek Holzer [EMAIL PROTECTED]
To: Javier García [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], pd-list@iem.at
Subject: Re: [PD] Test Audio: just trying to hear anything
Date: Thu, 19 Apr 2007 09:40:58 +0200

Do other applications make sound?
Is the card muted by Alsamixer? Check the Alsamixer app and see.

d.

Javier García wrote:
Frank Barknecht wrote:

I'm very sure, that ALSA is installed, otherwise you wouldn't have
sound at all. For whatever reason, on some systems the kernel modules
for the ALSA midi subsystem aren't properly loaded, this will lead to
this error. You can fix this on a running system by sudo modprobe
snd-seq

Thanks, now there isnt any error message about alsa but i still dont hear 
anything...

I will repeat what i do. This my first step:

I open Pd  I push compute audio  Media  I found default MIDI 
activated  go to Test Audio and Midi  I select -40 and i dont hear 
anything...







From: Frank Barknecht [EMAIL PROTECTED]
To: pd-list@iem.at
Subject: Re: [PD] Test Audio: just trying to hear anything
Date: Wed, 18 Apr 2007 09:26:42 +0200

Hallo,
Javier García hat gesagt: // Javier García wrote:

One thing more: when i open Pd, i push over the compute audio button
(it
becomes purple color). I open Media and i find default-MIDI in
purple.
If i select ALSA-MIDI the console shows this:

ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such
file or directory
Pd: system call timed out

I have supposed ALSA it not installed so I have write this:
I'm very sure, that ALSA is installed, otherwise you wouldn't have
sound at all. For whatever reason, on some systems the kernel modules
for the ALSA midi subsystem aren't properly loaded, this will lead to
this error. You can fix this on a running system by sudo modprobe
snd-seq and make it permanent by adding a line snd-seq to the file
/etc/modules to make the sequencer module load automatically after a
reboot on Debian-based systems (like Ubuntu etc.)

Ciao
--
  Frank Barknecht _ __footils.org_ __goto10.org__

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list

_
Acepta el reto MSN Premium: Correos más divertidos con fotos y textos 
increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis. 
http://join.msn.com?XAPID=1697DI=1055HL=Footer_mailsenviados_correosmasdivertidos


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


--
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 37:
Convert a melodic element into a rhythmic element

_
Descubre la descarga digital con MSN Music. Más de un millón de canciones. 
http://music.msn.es/


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-19 Thread Derek Holzer
Do other applications make sound?
Is the card muted by Alsamixer? Check the Alsamixer app and see.

d.

Javier García wrote:
 Frank Barknecht wrote:
 
 I'm very sure, that ALSA is installed, otherwise you wouldn't have
 sound at all. For whatever reason, on some systems the kernel modules
 for the ALSA midi subsystem aren't properly loaded, this will lead to
 this error. You can fix this on a running system by sudo modprobe
 snd-seq
 
 Thanks, now there isnt any error message about alsa but i still dont hear 
 anything...
 
 I will repeat what i do. This my first step:
 
 I open Pd  I push compute audio  Media  I found default MIDI 
 activated  go to Test Audio and Midi  I select -40 and i dont hear 
 anything...
 
 
 
 
 
 
 
 From: Frank Barknecht [EMAIL PROTECTED]
 To: pd-list@iem.at
 Subject: Re: [PD] Test Audio: just trying to hear anything
 Date: Wed, 18 Apr 2007 09:26:42 +0200

 Hallo,
 Javier García hat gesagt: // Javier García wrote:

 One thing more: when i open Pd, i push over the compute audio button 
 (it
 becomes purple color). I open Media and i find default-MIDI in 
 purple.
 If i select ALSA-MIDI the console shows this:

 ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No 
 such
 file or directory
 Pd: system call timed out

 I have supposed ALSA it not installed so I have write this:
 I'm very sure, that ALSA is installed, otherwise you wouldn't have
 sound at all. For whatever reason, on some systems the kernel modules
 for the ALSA midi subsystem aren't properly loaded, this will lead to
 this error. You can fix this on a running system by sudo modprobe
 snd-seq and make it permanent by adding a line snd-seq to the file
 /etc/modules to make the sequencer module load automatically after a
 reboot on Debian-based systems (like Ubuntu etc.)

 Ciao
 --
  Frank Barknecht _ __footils.org_ __goto10.org__

 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 _
 Acepta el reto MSN Premium: Correos más divertidos con fotos y textos 
 increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis. 
 http://join.msn.com?XAPID=1697DI=1055HL=Footer_mailsenviados_correosmasdivertidos
 
 
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 

-- 
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 37:
Convert a melodic element into a rhythmic element

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-19 Thread IOhannes m zmoelnig
Javier García wrote:
 Frank Barknecht wrote:
 
 I'm very sure, that ALSA is installed, otherwise you wouldn't have
 sound at all. For whatever reason, on some systems the kernel modules
 for the ALSA midi subsystem aren't properly loaded, this will lead to
 this error. You can fix this on a running system by sudo modprobe
 snd-seq
 
 Thanks, now there isnt any error message about alsa but i still dont hear 
 anything...
 
 I will repeat what i do. This my first step:
 
 I open Pd  I push compute audio  Media  I found default MIDI 

hmm, you are basically not interested in MIDI (fixing this is just a
side-product of your problem) but in AUDIO.
as long as you have neiter OSS nor ALSA nor JACK activated (note:
not all 3 options might be present on your system; and ALSA is NOT the
same as ALSA-MIDI) you will not  hear anything.

ALSA-MIDI is really just the seq-subsystem of alsa (for sharing midi
data); it is definitely _not_ ALSA+MIDI
otoh, ALSA is the audio-subsytem of alsa;
you can well run audio over oss (or jack) and midi over alsa.


 activated  go to Test Audio and Midi  I select -40 and i dont hear 
 anything...
 

this might sound trivial, but:
try selecting -20, probably -40 is just to low for your
soundcard/setting


fma.dr
IOhannes

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-19 Thread Steffen

On 19/04/2007, at 10.21, IOhannes m zmoelnig wrote:

 activated  go to Test Audio and Midi  I select -40 and i  
 dont hear
 anything...


 this might sound trivial, but:
 try selecting -20, probably -40 is just to low for your
 soundcard/setting

Or maybe see if the numbers in the numberboxes below - where it says  
audio input (rms db) - are more then 0 anywhere.

That would be like seeing if there is any sound that Andy talked about.

I'm not expert, just a debug hint..

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-18 Thread Frank Barknecht
Hallo,
Javier García hat gesagt: // Javier García wrote:

 One thing more: when i open Pd, i push over the compute audio button (it 
 becomes purple color). I open Media and i find default-MIDI in purple.
 
 If i select ALSA-MIDI the console shows this:
 
 ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such 
 file or directory
 Pd: system call timed out
 
 I have supposed ALSA it not installed so I have write this:

I'm very sure, that ALSA is installed, otherwise you wouldn't have
sound at all. For whatever reason, on some systems the kernel modules
for the ALSA midi subsystem aren't properly loaded, this will lead to
this error. You can fix this on a running system by sudo modprobe
snd-seq and make it permanent by adding a line snd-seq to the file
/etc/modules to make the sequencer module load automatically after a
reboot on Debian-based systems (like Ubuntu etc.)

Ciao
-- 
 Frank Barknecht _ __footils.org_ __goto10.org__

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-18 Thread Javier García
Frank Barknecht wrote:

I'm very sure, that ALSA is installed, otherwise you wouldn't have
sound at all. For whatever reason, on some systems the kernel modules
for the ALSA midi subsystem aren't properly loaded, this will lead to
this error. You can fix this on a running system by sudo modprobe
snd-seq

Thanks, now there isnt any error message about alsa but i still dont hear 
anything...

I will repeat what i do. This my first step:

I open Pd  I push compute audio  Media  I found default MIDI 
activated  go to Test Audio and Midi  I select -40 and i dont hear 
anything...







From: Frank Barknecht [EMAIL PROTECTED]
To: pd-list@iem.at
Subject: Re: [PD] Test Audio: just trying to hear anything
Date: Wed, 18 Apr 2007 09:26:42 +0200

Hallo,
Javier García hat gesagt: // Javier García wrote:

  One thing more: when i open Pd, i push over the compute audio button 
(it
  becomes purple color). I open Media and i find default-MIDI in 
purple.
 
  If i select ALSA-MIDI the console shows this:
 
  ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No 
such
  file or directory
  Pd: system call timed out
 
  I have supposed ALSA it not installed so I have write this:

I'm very sure, that ALSA is installed, otherwise you wouldn't have
sound at all. For whatever reason, on some systems the kernel modules
for the ALSA midi subsystem aren't properly loaded, this will lead to
this error. You can fix this on a running system by sudo modprobe
snd-seq and make it permanent by adding a line snd-seq to the file
/etc/modules to make the sequencer module load automatically after a
reboot on Debian-based systems (like Ubuntu etc.)

Ciao
--
  Frank Barknecht _ __footils.org_ __goto10.org__

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list

_
Acepta el reto MSN Premium: Correos más divertidos con fotos y textos 
increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis. 
http://join.msn.com?XAPID=1697DI=1055HL=Footer_mailsenviados_correosmasdivertidos


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-17 Thread Derek Holzer
Two things on test audio from the FLOSS manual under construction:

http://www.flossmanuals.net/PureData/ConfiguringPD
http://www.flossmanuals.net/PureData/TroubleShooting

feedback welcome! ;-)

d.



-- 
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 98:
Is the tuning appropriate?

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-17 Thread Andy Farnell

These are great Derek. It's tough to strike the balance
between specific and general with so many platforms and possible
configurations of JACK, ALSA, OSS... etc but I think you've done
a good job. When I have a getting started on Pd page I will link to
these. 

Cheers,


Andy

On Tue, 17 Apr 2007 18:56:30 +0200
Derek Holzer [EMAIL PROTECTED] wrote:

 Two things on test audio from the FLOSS manual under construction:
 
 http://www.flossmanuals.net/PureData/ConfiguringPD
 http://www.flossmanuals.net/PureData/TroubleShooting
 
 feedback welcome! ;-)
 
 d.
 
 
 
 -- 
 derek holzer ::: http://www.umatic.nl
 ---Oblique Strategy # 98:
 Is the tuning appropriate?


-- 
Use the source

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-17 Thread Javier García
Andy Farnell wrote:

Make sure that the sample rate of your audio system (software)
is set to that of Pd (usually 44100 or 48000) and that it is
talking to the soundcard. If other audio apps are working then this
is probably ok.

I have change the sample rate from 44100 to 48000 but nothing happens.

Try connecting the output of Pd to the input of another audio app
that gives you some visual indication of a signal, like a VU bar.
If that lights up you have debugged, insofar as you know Pd is
creating a signal.

I need more informatio about this. I dont have any idea about connecting 
the output of Pd to the input of another audio app that gives you some 
visual indication of a signal

One thing more: when i open Pd, i push over the compute audio button (it 
becomes purple color). I open Media and i find default-MIDI in purple.

If i select ALSA-MIDI the console shows this:

ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such 
file or directory
Pd: system call timed out

I have supposed ALSA it not installed so I have write this:

sudo apt-get install alsa

and it says this (between other things):

This is the most recent release of alsa-base.



I





From: Andy Farnell [EMAIL PROTECTED]
To: Javier García [EMAIL PROTECTED]
Subject: Re: [PD] Test Audio: just trying to hear anything
Date: Wed, 18 Apr 2007 05:47:22 +0100

On Tue, 17 Apr 2007 18:18:54 +0200
Javier García [EMAIL PROTECTED] wrote:


  Configure your audio drivers, start Jack etc
 
  I dont know what you mean.

Make sure that the sample rate of your audio system (software)
is set to that of Pd (usually 44100 or 48000) and that it is
talking to the soundcard. If other audio apps are working then this
is probably ok.

 
  Can you get a visual indication of an audio signal (eg meterbridge) ?
 
  I dont know what you mean.


Try connecting the output of Pd to the input of another audio app
that gives you some visual indication of a signal, like a VU bar.
If that lights up you have debugged, insofar as you know Pd is
creating a signal.


 
  Any way i dont know exactly what i have to do with the Test to hear the
  wave. Just open it and select -40 for example??


Yes. Soon as you do that Pd should be sending audio.


 
 
 
  From: Andy Farnell [EMAIL PROTECTED]
  To: pd-list@iem.at
  Subject: Re: [PD] Test Audio: just trying to hear anything
  Date: Tue, 17 Apr 2007 12:17:36 +0100
  
  
  Checklist:
  
  Other audio apps work fine?
  
  Speakers, cables, amplifier, soundcard, mixer (in that order)?
  
  Is one of the audio driver boxes (ALSA, JACK, OSS, ASIO etc) on the 
media
  menu checked?
  
  Configure your audio drivers, start Jack etc
  
  Can you get a visual indication of an audio signal (eg meterbridge) ?
  
  
  
  On Tue, 17 Apr 2007 00:19:03 +0200
  Javier García [EMAIL PROTECTED] wrote:
  
Hi,
   
im trying to hear anything with the Test Audio, but i cant get it...
   
Maybe i should read something first but i dont find too many things
  about
the Test audio...
   
_
Descarga gratis la Barra de Herramientas de MSN
   
  
 http://www.msn.es/usuario/busqueda/barra?XAPID=2031DI=1055SU=http%3A//www.hotmail.comHL=LINKTAG1OPENINGTEXT_MSNBH
   
   
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
  
  
  --
  Use the source
  
  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
  _
  Horóscopo, tarot, numerología... Escucha lo que te dicen los astros.
  http://astrocentro.msn.es/
 


--
Use the source

_
Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con 
MSN Entretenimiento. http://entretenimiento.msn.es/


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Test Audio: just trying to hear anything

2007-04-16 Thread Andy Farnell

Checklist:

Other audio apps work fine?

Speakers, cables, amplifier, soundcard, mixer (in that order)?

Is one of the audio driver boxes (ALSA, JACK, OSS, ASIO etc) on the media
menu checked?

Configure your audio drivers, start Jack etc

Can you get a visual indication of an audio signal (eg meterbridge) ?



On Tue, 17 Apr 2007 00:19:03 +0200
Javier García [EMAIL PROTECTED] wrote:

 Hi,
 
 im trying to hear anything with the Test Audio, but i cant get it...
 
 Maybe i should read something first but i dont find too many things about 
 the Test audio...
 
 _
 Descarga gratis la Barra de Herramientas de MSN 
 http://www.msn.es/usuario/busqueda/barra?XAPID=2031DI=1055SU=http%3A//www.hotmail.comHL=LINKTAG1OPENINGTEXT_MSNBH
 
 
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


-- 
Use the source

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list