Log in to Freesound

Problems logging in?
Don't have an account? Join now

Problems logging in?

Enter your email or username below and we'll send you a link to help you login into your account.

Back to log in

Almost there!

We've sent a verification link by email

Didn't receive the email? Check your Spam folder, it may have been caught by a filter. If you still don't see it, you can resend the verification email.

Default title

  • Sounds
  • Tags
  • Forum
  • Map
    • Sounds
    • Packs
    • Forum
    • Map
    • Tags
    • Random sound
    • Charts
    • Donate
    • Help

BolognaLx3pleThreatSpchSlicedLoopsRev.wav

Not enough ratings
Ethnographer

February 3rd, 2020

Follow
Speech > Solo speech
Slices Loops - Triple Threat Linguistics

Processed version of randomized sample-slicing in the Sonic Pi music coding language, using three speech sounds in the triple threat linguistics project by @s9ames (Italian, German, English).

https://freesound.org/people/s9ames/packs/13020/

Code here:
```
spchde="/Users/alex/Downloads/203906__s9ames__bologna-speech-german.wav"
maxde=sample_buffer(spchde, 0).onset_slices.last[:index]

spchit="/Users/alex/Downloads/203904__s9ames__bologna-speech-italian.wav"
maxit=sample_buffer(spchit, 0).onset_slices.last[:index]

spchen="/Users/alex/Downloads/203907__s9ames__bologna-speech-english.wav"
maxen=sample_buffer(spchen, 0).onset_slices.last[:index]

with_fx :reverb, room: 0.8 do
live_loop :spchde do
rt=rand(0.85..1.1)
ons=rand(0..maxde)
if(one_in 3) then
sample spchde, onset: ons, rate: rt
end
sleep sample_duration(spchde, onset: ons, rate: rt)
end

live_loop :spchit do
rt=rand(0.85..1.1)
ons=rand(0..maxit)
if(one_in 4) then
sample spchit, onset: ons, rate: rt
end
sleep sample_duration(spchit, onset: ons, rate: rt)
end

live_loop :spchen do
rt=rand(0.85..1.1)
ons=rand(0..maxen)
if(one_in 3) then
sample spchen, onset: ons, rate: rt
end
sleep sample_duration(spchen, onset: ons, rate: rt)
end
end
```

Sound illegal or offensive? Flag it!
English
generative
German
Italian
processed
random
reverb
sample-slicing
Sonic-Pi
speech

Type

Wave (.wav)

Duration

0:56.819

File size

9.6 MB

Sample rate

44100.0 Hz

Bit depth

16 bit

Channels

Stereo

Comments
Please log in to comment
gagipetrovic

2 years, 6 months ago

Thank you for this! It's exactly what I need as basis for a scene in the theatre piece "Not all is lost".

  1. 57 downloads
  2. 1 comment
Attribution 4.0
You are free to share (to copy, distribute and transmit) and to remix (to adapt and modify) as long as you credit the author of the sound. Get attribution text...
Login to download
Share url:
920 x 245
Embed example, large size
481 x 86
Embed example, medium size
375 x 30
Embed example, small size
About Freesound Terms of use Privacy Cookies Developers Help Donations Blog Freesound Labs Get your t-shirt!
© 2025 Universitat Pompeu Fabra