Solution: Phone Lines
Answer: INDOORS

Written by Lennart Jansson

Each recording consists of a short piece of flavortext followed by eight or nine words. The recordings come in pairs, constituting three different minipuzzles -- recordings 1 and 2 are a pair, as are 3 and 4, and 5 and 6. Solvers must use the flavortext to deduce a wordplay mechanic that will allow each of the words in one recording to be paired with a word in the other recording. The twist is that rather than manipulating letters as in traditional wordplay puzzles, this puzzle involves manipulating phonemes (as clued by the puzzle flavortext: "using phones").

(Affricates, diphthongs, and rhotic vowels are treated as single phonemes throughout.)

Minipuzzle 1

The words in the first recording are "standard blends" while the words in the second are "premium blends" -- this hints that the latter are phonemic transadditions of words in the first. The correct pairing is:
First wordSecond wordAdditional phonemes (transcribed here with ARPABET)
ADJOURNSSYRINGESS IH
CACHINGVANQUISHV W
DETOXCOTTONSEEDAH N
DRIPPINGDEPRIVINGAY V
GARLICOLIGARCHSOW S
IMPULSESIMPLIFYF AY
STIFFLYWISTFULLYW AH
WHISTLEDWINDOWLESSN OW

The first words were given in alphabetical order, so this is not the right order yet. These eight phonemic bigrams can be rearranged into a chain such that the second phoneme in a pair is the first phoneme in the next: this produces the chain of nine phonemes:

F AY V W AH N OW S IH

Minipuzzle 2

The first recording contains "base packages", while the second recording contains "premium upgrades" -- this hints that we can somehow insert the second words into the first words. Indeed, we can replace one phoneme in each of the first words with one of the second words to produce a new valid word.
First wordSecond wordComposite (second inserted into first)Replaced phoneme
DISCSTURBANDISTURBANCEK
TAXITICKLETACTICALLYS
HEIGHTENDRUDGEHYDROGENT
SCREWEDAMBLESCRAMBLEDUW
SWEEPERTORQUESTOREKEEPERW
PUTTERRANKSPRANKSTERAH
MINTERLILYMILLILITERN
HEALTHYSINKHELSINKITH
TRAITORERMINETERMINATORR

The first words were given in a specific non-alphabetic order, so the replaced phonemes are already in the correct order.

Minipuzzle 3

The flavortext hints "picking up where we left off". Each word in the second recording seem to start with the same string of phonemes that a word in the first recording ends with, which we can use to pair the words. The flavortext also hints about "dropped connections", and indeed, if we take the first part of a first word and the second part of a second word and replace the missing connection (add a phoneme in the middle), we can make a new unique word.
First wordSecond wordComposite (first half of first word and second half of second word)Added phoneme
CHAIRMENMINUTESCHARIOTSIY
REGRESSWRESTLINGREGALINGEY
BRIDALDULLESTBRIGHTESTT
PARLAYEDLADLESPARCELSS
COMPELPELTEDCOMMITTEDIH
ADDITIONSHUNTINGADDICTINGK
GRAPPLEPULPINGGRASPINGS
DUBLINLINTERSDEBATORSEY
SHOREBIRDBURDENEDSHORTENEDT

The first words were given in a specific non-alphabetic order, so the replaced phonemes are already in the correct order.


We have nine extracted phonemes from each minipuzzle -- if we read all 27 in the correct order, it spells the US phone number (510) 621-3868. Calling this number with an actual phone, we receive the final stage of the puzzle: six words that are on sale and will be "discounted". This hints we can remove one phoneme from each of the words to obtain new words.
Given wordDiscounted wordRemoved phoneme
GRANITEGRANTIH
DININGDYINGN
DEJECTEDEJECTEDD
TORUSTRUSSOW
DESECRATEDESICCATER
RIESLINGREELINGZ
If we read out the six removed phonemes in given order, we will hear the final answer, INDOORS.

Author’s Notes

This puzzle is a spiritual successor to dʒʌmbəl, a puzzle I wrote for GPH 2017. One of my goals this time around was to make the fact that the puzzle involves phonetics be an aha moment rather than obvious from the puzzle's appearance. The presentation here as a set of audio files also has the nice benefit of disambiguating the pronunciation of these words, to hopefully minimize the potential for solvers' dialects to affect the phonemes that feed into the wordplay portions of the puzzle.

In general I'm drawn to the idea of phonetic wordplay because, similar to typical letter-based wordplay, it offers lots of satisfying insights along the lines of "whoa, that set of phonemes actually makes a real word". However, letter-based wordplay has the disadvantage that many forms of it are very easy to solve with computer-based dictionary search tools — by contrast, there's only one relatively clean free-to-use phonemic data source for English words and no convenient online pattern-based search tools, so during a puzzle hunt, solvers are actually forced to solve the puzzle themselves rather than always just plugging in regexes into Nutrimatic. Given the ease that letter-based wordplay mechanics can be adapted to work on phonemes, I think this kind of puzzle type has a huge amount of relatively unexplored potential.

All the flavor/theme for this puzzle came out of the title. I was trying to think of interesting ways to subtly hint that the puzzle is phonetics-related, and the word "phone" popped into my mind as a common word with lots of related cultural associations that's also related to phonetics. So the title became "Phone Lines" since the solution involves making connections from a word in one list to a word in the other, I realized I could process all the recordings to make them sound like they came from a phone call, the cluephrase spelled out could be a real phone number (which also solved the problem of how to force solvers to solve all three subpuzzles in order to extract), and you'd have to pick up a real phone and call the number to finish the puzzle. So once I had that first thematic idea, the rest of the puzzle pretty much wrote itself!