[BlindRUG] [EXTERNAL EMAIL] Re: ggplot for sound

Robin Williams Robin.Williams at atass-sports.co.uk
Mon Jul 6 07:15:36 UTC 2020


Hello,

We are interested in developing the sonify package further. What additional flexibility would people like to see?

Best,
Robin

From: BlindRUG <blindrug-bounces at nfbnet.org> On Behalf Of Olivia Shaw via BlindRUG
Sent: 04 July 2020 16:31
To: Blind R Users Group <blindrug at nfbnet.org>
Cc: Olivia Shaw <oshaw300 at gmail.com>
Subject: [EXTERNAL EMAIL] Re: [BlindRUG] ggplot for sound

Hello,

This sounds like an intriguing use case. I can think of a few cases where this might be useful, particularly if analyzing a large amount of data. Perhaps using specific areas of the stereo output for specific clusters of data?

-Olivia

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

From: Gjalt-Jorn Peters via BlindRUG<mailto:blindrug at nfbnet.org>
Sent: Saturday, July 4, 2020 5:34 AM
To: blindrug at nfbnet.org<mailto:blindrug at nfbnet.org>
Cc: Gjalt-Jorn Peters<mailto:gjalt-jorn at behaviorchange.eu>
Subject: [BlindRUG] ggplot for sound

Dear everybody,

You may have heard of 'ggplot', a plotting engine in R that maps data
properties onto visual dimensions such as location, color, or size.

On Twitter today, somebody had a random idea: perhaps it's possible to
design something similar, but mapping data properties onto auditive
dimensions. The example they gave was:

    ggplot(mtcars) +

    geom_ping(aes(stereo_position = mpg, pitch = wt), sound = 'waterdrop') +

    scale_pitch_continuous(min = 'middle-c', max = 'middle-c + 2 octaves')

This would specify a "auditive plot" based on the mtcars dataset, adding
an element called "ping", mapping stereo position to the 'mpg' variable
and mapping pitch to the 'weight' variable, using a sound called
'waterdrop', and specifying the scale to use for the pitch.

This specific example may be very stupid/impractical, but it 'felt' like
they might be on to something.

But I have no experience whatsoever with this. There is of course the
'sonify' package, but a ggplot-like implementation would provide much
more freedom.

Would something like that be worthwhile to explore further?

Or is this just not useful at all in practice?

Kind regards,

Gjalt-Jorn



_______________________________________________
BlindRUG mailing list
BlindRUG at nfbnet.org<mailto:BlindRUG at nfbnet.org>
http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org
To unsubscribe, change your list options or get your account info for BlindRUG:
http://nfbnet.org/mailman/options/blindrug_nfbnet.org/oshaw300%40gmail.com
The list archive can be viewed at:
http://www.nfbnet.org/pipermail/blindrug_nfbnet.org
More information and useful links about using R as a blind person can be obtained at:
http://R-Resources.massey.ac.nz

Look for help using R commands by reading the accessible e-book "Let's Use R Now" compiled by Jonathan Godfrey at:
http://R-Resources.massey.ac.nz/lurn/front.html

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nfbnet.org/pipermail/blindrug_nfbnet.org/attachments/20200706/1dd8d64d/attachment.html>


More information about the BlindRUG mailing list