Repository: pipeeeeees/waze-voicepack-links Branch: main Commit: 95894041d886 Files: 23 Total size: 231.9 KB Directory structure: gitextract_fgysmesa/ ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── contributing.md ├── helper_files/ │ ├── dexter.py │ ├── dexter_voice_blanks_index.json │ ├── dexter_voice_index.json │ ├── mp3_language_detector.py │ ├── path_finder.py │ ├── readme_generator.py │ ├── waze_filename_paths.json │ └── waze_vps.json ├── mp3_upload/ │ ├── compressed_packs/ │ │ └── .gitkeep │ ├── file_compression.py │ ├── file_ingestion.py │ ├── file_upload.py │ ├── input_packs/ │ │ └── .gitkeep │ ├── main.py │ ├── nested_file_conversion.py │ ├── readme.md │ └── valid_waze_filenames.txt └── requirements.txt ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/FUNDING.yml ================================================ # These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry polar: # Replace with a single Polar username buy_me_a_coffee: pipeeeeees # Replace with a single Buy Me a Coffee username custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] ================================================ FILE: .gitignore ================================================ *.mp3 .DS_Store *.exe *.zip *.pyc *.gz dex.py *.venv *.wav helper_files/README.md voices/ downloaded_packs/ ================================================ FILE: LICENSE ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: README.md ================================================ # Waze Voicepack Links A community-maintained archive of classic and custom Waze GPS voices — all in one place. Bring back your favorite characters, celebrities, and custom voice packs that have disappeared from the official app over the years. ## 🚗 What Is This? This repository collects publicly shareable Waze voicepack links so they don’t get lost in old Reddit threads, dead websites, or outdated blog posts. **If you’ve ever thought:** > “Where did my favorite Waze voice go?” **This is for you.** The goal is to keep these voices: - Easy to find - Easy to install - Community-maintained ## 📲 How to Install a Voicepack 1. Install the **Waze app** on your phone. 2. Open this repository **on the same device**. 3. Tap a voice link from the list. 4. Waze will open and download the voice. --- # Waze Official Voice List This list contains current and former contracted celebrities and voice actors who at one point had their voices officially on the Waze App. Their voices have since been saved and converted into user-made custom voice packs with shareable links of varying quality. | Name | Link | Language | mp3 files | Notes | |------|----------|----------|-----------|-------| | Aerobic Instructor 80s | [Link](https://waze.com/ul?acvp=25490e25-4f56-4c76-a82c-0e77b6c49031) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/25490e25-4f56-4c76-a82c-0e77b6c49031.tar.gz) | [Blog Post](https://blog.google/waze/drive-back-to-the-70-80s-and-90s/) | | Alien | [Link](https://waze.com/ul?acvp=6086eb80-ee87-4841-93ae-1f212817293d) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/6086eb80-ee87-4841-93ae-1f212817293d.tar.gz) | | | Altimet (Malaysian Rapper) | [Link](https://waze.com/ul?acvp=c64ed3e0-e66a-4a36-91d0-38584fb1e0a0) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/c64ed3e0-e66a-4a36-91d0-38584fb1e0a0.tar.gz) | | | Andy Field (FNAF) | [Link](https://waze.com/ul?acvp=ed951015-c73c-439f-9bbb-0393f0cd4f05) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/ed951015-c73c-439f-9bbb-0393f0cd4f05.tar.gz) | | | Armie Hammer (Jackson Storm, Cars 3) | [Link](https://waze.com/ul?acvp=b35569c3-02ec-4c2e-9671-69a693ccb468) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/b35569c3-02ec-4c2e-9671-69a693ccb468.tar.gz) | | | Arnold Schwarzenegger (Terminator) | [Link](https://waze.com/ul?acvp=2c87c51a-2646-41ad-9cc8-f119cacc0521) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/2c87c51a-2646-41ad-9cc8-f119cacc0521.tar.gz) | | | BAM - Batman's Car | [Link](https://waze.com/ul?acvp=3bff58cc-cb95-494c-aa60-24a47f978f5b) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/3bff58cc-cb95-494c-aa60-24a47f978f5b.tar.gz) | | | Batman (Kevin Conroy) | [Link](https://waze.com/ul?acvp=25aff279-476a-4031-a957-0ae982996ae1) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/25aff279-476a-4031-a957-0ae982996ae1.tar.gz) | | | Boy Band | [Link](https://waze.com/ul?acvp=bb79bd55-be60-48b9-bf7f-170e31931ed8) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/bb79bd55-be60-48b9-bf7f-170e31931ed8.tar.gz) | | | Boy George | [Link](https://waze.com/ul?acvp=7c06133e-73e7-40e9-9e65-f1317c10863c) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/7c06133e-73e7-40e9-9e65-f1317c10863c.tar.gz) | | | British, Brummie Accent | [Link](https://waze.com/ul?acvp=0aa9bd57-5f6d-4ccb-a975-945b6411ecb0) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/0aa9bd57-5f6d-4ccb-a975-945b6411ecb0.tar.gz) | | | British, Cockney Accent | [Link](https://waze.com/ul?acvp=188f9e23-dc30-46e3-8a15-6225f2e2f770) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/188f9e23-dc30-46e3-8a15-6225f2e2f770.tar.gz) | | | British, Mancunian Accent | [Link](https://waze.com/ul?acvp=c9db976c-a160-42a9-af76-fb5c731a5bad) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/c9db976c-a160-42a9-af76-fb5c731a5bad.tar.gz) | | | C-3PO (Star Wars) | [Link](https://waze.com/ul?acvp=7EE59258-28AF-46D4-99F0-FE24808F04E0) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/7EE59258-28AF-46D4-99F0-FE24808F04E0.tar.gz) | | | C-3PO (Star Wars) | [Link](https://waze.com/ul?acvp=65BD7D6B-DF3B-4649-B5E0-E5796F8E0B43) | Spanish | [mp3 files](https://voice-prompts-ipv6.waze.com/65BD7D6B-DF3B-4649-B5E0-E5796F8E0B43.tar.gz) | Missing crash reported | | Catriona Gray (BDO) | [Link](https://waze.com/ul?acvp=2c029ee1-060c-44e3-a831-48eac91c68a5) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/2c029ee1-060c-44e3-a831-48eac91c68a5.tar.gz) | | | Chaka Khan | [Link](https://waze.com/ul?acvp=9594026e-1c56-45b6-acac-436c73fae7d7) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/9594026e-1c56-45b6-acac-436c73fae7d7.tar.gz) | [Blog Post](https://blog.google/waze/drive-with-chaka-khan-on-waze/) | | Christina Aguilera | [Link](https://waze.com/ul?acvp=57972da3-2992-44e4-a915-bafe3d45cf07) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/57972da3-2992-44e4-a915-bafe3d45cf07.tar.gz) | | | Christina Aquilera | [Link](https://waze.com/ul?acvp=11d32e15-4ccf-49ad-a3eb-82c280a90210) | Spanish | [mp3 files](https://voice-prompts-ipv6.waze.com/11d32e15-4ccf-49ad-a3eb-82c280a90210.tar.gz) | | | Colonel Sanders (KFC) | [Link](https://waze.com/ul?acvp=64fe16b4-2654-4372-b03c-4c204d4744d8) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/64fe16b4-2654-4372-b03c-4c204d4744d8.tar.gz) | | | Cookie Monster | [Link](https://waze.com/ul?acvp=e5573cae-b627-41f6-8d85-4c781e64aaaa) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/e5573cae-b627-41f6-8d85-4c781e64aaaa.tar.gz) | | | Cupid | [Link](https://waze.com/ul?acvp=9400427c-f69b-4be2-bdbf-6ee9f34789c2) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/9400427c-f69b-4be2-bdbf-6ee9f34789c2.tar.gz) | | | Dian Sastrowardoyo (Asian Games Promo) | [Link](https://waze.com/ul?acvp=2927b233-4902-45ba-8a4d-b13b2efc270c) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/2927b233-4902-45ba-8a4d-b13b2efc270c.tar.gz) | | | Dizzee Rascal | [Link](https://waze.com/ul?acvp=2c566b13-6a2a-4881-819b-8db54453bcfb) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/2c566b13-6a2a-4881-819b-8db54453bcfb.tar.gz) | | | DJ 70's | [Link](https://waze.com/ul?acvp=656e7daf-a963-43d6-9c86-e9c32d83dbe5) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/656e7daf-a963-43d6-9c86-e9c32d83dbe5.tar.gz) | | | DJ Khaled (by Deezer) | [Link](https://waze.com/ul?acvp=d57d7544-712a-4b6a-856c-915df7e7bff7) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/d57d7544-712a-4b6a-856c-915df7e7bff7.tar.gz) | | | Dog | [Link](https://waze.com/ul?acvp=590c035b-986a-4bc7-a665-a3c271017894) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/590c035b-986a-4bc7-a665-a3c271017894.tar.gz) | | | Ed Helms | [Link](https://waze.com/ul?acvp=241CD4A3-3E35-4EBB-822B-BAC71CB3563A) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/241CD4A3-3E35-4EBB-822B-BAC71CB3563A.tar.gz) | | | Elvis Presley | [Link](https://waze.com/ul?acvp=a743c4e4-a1ca-433f-b989-96bbeff0f84b) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/a743c4e4-a1ca-433f-b989-96bbeff0f84b.tar.gz) | | | Escharum (Halo) | [Link](https://waze.com/ul?acvp=3f81ff34-466c-4aba-b984-25406a02e3d1) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/3f81ff34-466c-4aba-b984-25406a02e3d1.tar.gz) | | | Forza Horizon 4 (Maurice LaMarche) | [Link](https://waze.com/ul?acvp=9f7baf1d-16f4-4cb9-9e52-5b8e292aa8fb) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/9f7baf1d-16f4-4cb9-9e52-5b8e292aa8fb.tar.gz) | | | Fraggle Rock Red | [Link](https://waze.com/ul?acvp=be9d2814-7392-4d96-839d-546de5867620) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/be9d2814-7392-4d96-839d-546de5867620.tar.gz) | | | Glasgow - Jim | [Link](https://waze.com/ul?acvp=d600f88e-cfdf-46ea-9a5a-8d9c5d3a22c4) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/d600f88e-cfdf-46ea-9a5a-8d9c5d3a22c4.tar.gz) | | | Hasan Minhaj | [Link](https://waze.com/ul?acvp=351bc8e6-1ea0-4f6b-a6b5-f85156ac803e) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/351bc8e6-1ea0-4f6b-a6b5-f85156ac803e.tar.gz) | [Blog Post](https://blog.google/waze/hasan-minhaj-takes-the-front-seat-in-new-waze-experience/) | | Honkai Star Rail (March 7th) | [Link](https://waze.com/ul?acvp=04277f8e-078e-43ad-8de9-05a757c2b574) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/04277f8e-078e-43ad-8de9-05a757c2b574.tar.gz) | | | Jay Leno | [Link](https://waze.com/ul?acvp=1F511A6F-6DF3-46E0-858D-53E6D489A0FE) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/1F511A6F-6DF3-46E0-858D-53E6D489A0FE.tar.gz) | Missing U-Turn | | Kehlani | [Link](https://waze.com/ul?acvp=3f61193b-3aa4-4b36-a988-5de7763add24) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/3f61193b-3aa4-4b36-a988-5de7763add24.tar.gz) | | | Kevin Hart | [Link](https://waze.com/ul?acvp=7D8213FA-2FD5-41D5-A26E-2ADC971E65F7) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/7D8213FA-2FD5-41D5-A26E-2ADC971E65F7.tar.gz) | Missing U-Turn | | Leona Chin (Road Safety Ambassador) | [Link](https://waze.com/ul?acvp=1c85e0f4-f3d1-4142-a4c5-eae882bc88b4) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/1c85e0f4-f3d1-4142-a4c5-eae882bc88b4.tar.gz) | | | Liam Neeson (The Commuter) | [Link](https://waze.com/ul?acvp=996e7c80-7922-4b5e-93b3-39beff864f3c) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/996e7c80-7922-4b5e-93b3-39beff864f3c.tar.gz) | | | Lilly Singh | [Link](https://waze.com/ul?acvp=c73e7224-c115-4238-8493-586547f81db3) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/c73e7224-c115-4238-8493-586547f81db3.tar.gz) | [Blog Post](https://blog.google/feed/drive-with-lilly-singh-on-waze/) | | Lincoln Canada | [Link](https://waze.com/ul?acvp=19a85755-d7ff-43e8-8b4c-74780f7cf0ce) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/19a85755-d7ff-43e8-8b4c-74780f7cf0ce.tar.gz) | | | Madea (Tyler Perry) | [Link](https://waze.com/ul?acvp=583004cf-2ee5-430d-bdb5-03c612fdd2ec) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/583004cf-2ee5-430d-bdb5-03c612fdd2ec.tar.gz) | | | Master Chief (Halo) | [Link](https://waze.com/ul?acvp=952be556-8e63-464f-ae76-7f6151a17e0a) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/952be556-8e63-464f-ae76-7f6151a17e0a.tar.gz) | | | Matilda | [Link](https://waze.com/ul?acvp=cd7a6851-bfb0-4f7d-ad13-545509acca74) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/cd7a6851-bfb0-4f7d-ad13-545509acca74.tar.gz) | Australian Accent | | Michael C. Hall (Dexter Morgan) | [Link](https://waze.com/ul?acvp=5a5af23c-c2ee-4e90-9676-bb5d45e60894) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/5a5af23c-c2ee-4e90-9676-bb5d45e60894.tar.gz) | | | Mimiyuuuh (Lazada) | [Link](https://waze.com/ul?acvp=c426fd75-3347-4d6a-bced-7a31a7e1cac3) | Filipino | [mp3 files](https://voice-prompts-ipv6.waze.com/c426fd75-3347-4d6a-bced-7a31a7e1cac3.tar.gz) | | | Morgan Freeman (London Has Fallen) | [Link](https://waze.com/ul?acvp=559355fc-0e30-47ac-b6e8-a915c77840ce) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/559355fc-0e30-47ac-b6e8-a915c77840ce.tar.gz) | | | Move Puns | [Link](https://waze.com/ul?acvp=2634ae6a-3e2c-47c8-a45d-042d771e69bc) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/2634ae6a-3e2c-47c8-a45d-042d771e69bc.tar.gz) | Unsure of actual title | | Mr. T | [Link](https://waze.com/ul?acvp=3D852AE0-9EB4-4BBA-995E-A403CB7FAEDC) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/3D852AE0-9EB4-4BBA-995E-A403CB7FAEDC.tar.gz) | Poor audio quality | | Mrs. Claus | [Link](https://waze.com/ul?acvp=598f7ddb-864a-4d06-b653-d7caaa30409e) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/598f7ddb-864a-4d06-b653-d7caaa30409e.tar.gz) | | | Neil Patrick Harris | [Link](https://waze.com/ul?acvp=f5988bf2-a5b3-416c-bd40-5c652829369b) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/f5988bf2-a5b3-416c-bd40-5c652829369b.tar.gz) | Contains incorrect voice lines | | Now You See Me | [Link](https://waze.com/ul?acvp=6b3e533d-4241-45f7-91fd-e5a05222d662) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/6b3e533d-4241-45f7-91fd-e5a05222d662.tar.gz) | [Blog Post](https://blog.google/waze/waze-now-you-see-me/) | | Owen Wilson (Lightning McQueen, Cars 3) | [Link](https://waze.com/ul?acvp=a1ec68a0-e166-4e47-ad00-4d7c4a24ff8e) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/a1ec68a0-e166-4e47-ad00-4d7c4a24ff8e.tar.gz) | | | Pamela Paz (LatAm) | [Link](https://waze.com/ul?acvp=16a785e7-6944-4a11-bb2b-4f98de329ce1) | Spanish | [mp3 files](https://voice-prompts-ipv6.waze.com/16a785e7-6944-4a11-bb2b-4f98de329ce1.tar.gz) | | | PAW Patrol | [Link](https://waze.com/ul?acvp=d8e23270-2b93-41d5-89c8-f2824994d0b4) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/d8e23270-2b93-41d5-89c8-f2824994d0b4.tar.gz) | | | Phil Miller (Last Man On Earth) | [Link](https://waze.com/ul?acvp=B1DC04B3-9D04-4DA6-BD0C-471A6D8BD841) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/B1DC04B3-9D04-4DA6-BD0C-471A6D8BD841.tar.gz) | | | Pop Star 90's | [Link](https://waze.com/ul?acvp=b27ae132-e0fa-457f-91de-b6797cba6183) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/b27ae132-e0fa-457f-91de-b6797cba6183.tar.gz) | | | Randy | [Link](https://waze.com/ul?acvp=1ce7c9b0-a1ba-496e-8933-9a1ff8dadff1) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/1ce7c9b0-a1ba-496e-8933-9a1ff8dadff1.tar.gz) | | | Rob Gronkowski | [Link](https://waze.com/ul?acvp=82E7E1A4-9164-418C-BE1F-C6D7F1070150) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/82E7E1A4-9164-418C-BE1F-C6D7F1070150.tar.gz) | Missing U-Turn | | Roberts Lejameihers | [Link](https://waze.com/ul?acvp=0091c532-7974-4dc2-b500-5a11b0f29b5c) | Latvian | [mp3 files](https://voice-prompts-ipv6.waze.com/0091c532-7974-4dc2-b500-5a11b0f29b5c.tar.gz) | | | Ross | [Link](https://waze.com/ul?acvp=8d6918c9-0679-4caf-8f39-7e3cd3757d7f) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/8d6918c9-0679-4caf-8f39-7e3cd3757d7f.tar.gz) | Australian Accent | | Safe Mode Kids | [Link](https://waze.com/ul?acvp=beca7b55-329c-4cb5-b067-101758a46984) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/beca7b55-329c-4cb5-b067-101758a46984.tar.gz) | | | Santa (A) | [Link](https://waze.com/ul?acvp=209f7cc6-7126-4971-9956-7aad044cf364) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/209f7cc6-7126-4971-9956-7aad044cf364.tar.gz) | | | Santa (B) | [Link](https://waze.com/ul?acvp=a78efd01-15a3-4b84-b18c-1799c8ee7768) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/a78efd01-15a3-4b84-b18c-1799c8ee7768.tar.gz) | | | Santa (C) | [Link](https://waze.com/ul?acvp=e13cb3f8-79b3-4cb7-bdfe-a192faf17993) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/e13cb3f8-79b3-4cb7-bdfe-a192faf17993.tar.gz) | | | Santa, Coca-Cola Santa | [Link](https://waze.com/ul?acvp=7c0de730-9438-4633-b076-53db3e846a64) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/7c0de730-9438-4633-b076-53db3e846a64.tar.gz) | | | Santa, Mall Santa | [Link](https://waze.com/ul?acvp=935fb91c-9d91-4c69-ac1a-6e481efa36ef) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/935fb91c-9d91-4c69-ac1a-6e481efa36ef.tar.gz) | | | Scottish Glaswegian Accent | [Link](https://waze.com/ul?acvp=) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/.tar.gz) | | | Shaquille O'Neal | [Link](https://waze.com/ul?acvp=01a7fcd0-daed-4d1a-8807-1ae202ee7219) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/01a7fcd0-daed-4d1a-8807-1ae202ee7219.tar.gz) | | | Soccer Commentator | [Link](https://waze.com/ul?acvp=bb69ca3a-4d67-4d2d-bbe8-dfd47f46e5f7) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/bb69ca3a-4d67-4d2d-bbe8-dfd47f46e5f7.tar.gz) | | | Stephen (Steph) Curry | [Link](https://waze.com/ul?acvp=16a9c62d-d946-4f0a-bcee-3af44add9a5b) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/16a9c62d-d946-4f0a-bcee-3af44add9a5b.tar.gz) | | | Stephen Colbert | [Link](https://waze.com/ul?acvp=910CBAA5-5E79-4447-A28A-07EA47CC8B76) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/910CBAA5-5E79-4447-A28A-07EA47CC8B76.tar.gz) | Missing U-Turn | | Stoick the Vast | [Link](https://waze.com/ul?acvp=9aadc10c-6dab-4114-8260-8095d7ba60d7) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/9aadc10c-6dab-4114-8260-8095d7ba60d7.tar.gz) | [Blog Post](https://blog.google/waze/drive-with-how-to-train-your-dragon-on-waze/) | | T-Pain | [Link](https://waze.com/ul?acvp=69967265-f165-4663-a464-6ef44a04460b) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/69967265-f165-4663-a464-6ef44a04460b.tar.gz) | | | Terry Crews | [Link](https://waze.com/ul?acvp=98c34c03-cd33-49a1-88f9-686dd2d1e387) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/98c34c03-cd33-49a1-88f9-686dd2d1e387.tar.gz) | | | The Grand Tour (Clarkson, Hammond & May) | [Link](https://waze.com/ul?acvp=fcbf97b4-bc6c-4e8f-a95c-c54a3f044e21) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/fcbf97b4-bc6c-4e8f-a95c-c54a3f044e21.tar.gz) | | | The Munchkins - Wizard of Oz | [Link](https://waze.com/ul?acvp=65687f17-13ca-41a9-a9ea-bde426df0511) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/65687f17-13ca-41a9-a9ea-bde426df0511.tar.gz) | [Blog Post](https://blog.google/waze/drive-with-the-wizard-of-oz-on-waze/) | | The Queen | [Link](https://waze.com/ul?acvp=f938fe90-6483-4adc-9956-d64d9d80bb80) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/f938fe90-6483-4adc-9956-d64d9d80bb80.tar.gz) | | | The Riddler | [Link](https://waze.com/ul?acvp=1c6554c6-d161-411b-92a0-81bab0ea5b01) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/1c6554c6-d161-411b-92a0-81bab0ea5b01.tar.gz) | | | The Sea Beast (Netflix, Maisie & Blue) | [Link](https://waze.com/ul?acvp=776a571d-ea00-4c96-9c50-73cd8030d0cd) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/776a571d-ea00-4c96-9c50-73cd8030d0cd.tar.gz) | | | Tony Fernandes (AirAsia) | [Link](https://waze.com/ul?acvp=75353987-5055-4C6D-98F6-18AA4496BD9C) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/75353987-5055-4C6D-98F6-18AA4496BD9C.tar.gz) | | | Toy Story 4 (Buzz and Woody) | [Link](https://waze.com/ul?acvp=505fc8e5-e37d-4488-9698-00973b6abbe6) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/505fc8e5-e37d-4488-9698-00973b6abbe6.tar.gz) | | | Venom | [Link](https://waze.com/ul?acvp=d5ab8251-3168-4da9-b062-babcb8607347) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/d5ab8251-3168-4da9-b062-babcb8607347.tar.gz) | [Blog Post](https://blog.google/waze/drive-with-venom-the-last-dance-on-waze/) | | Vlade Divac | [Link](https://waze.com/ul?acvp=d7974d6e-5ed5-4807-83c0-8e4d678ac3f8) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/d7974d6e-5ed5-4807-83c0-8e4d678ac3f8.tar.gz) | | | Women's History Month | [Link](https://waze.com/ul?acvp=a459934f-89e7-4a44-9122-e52686620234) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/a459934f-89e7-4a44-9122-e52686620234.tar.gz) | | # Waze Community Voice List This list contains user-created voice packs made by the Waze community. These voices are often created using the in-app microphone recording feature or by uploading `.mp3` files to Waze's servers. The quality of these voice packs can vary greatly depending on the source of the audio files used to create them. | Name | Link | Language | mp3 files | Notes | |------|----------|----------|-----------|-------| | Afroditi (Greek) | [Link](https://waze.com/ul?acvp=095cd118-ee81-4b63-8121-0bfc757f9c0b) | Greek | [mp3 files](https://voice-prompts-ipv6.waze.com/095cd118-ee81-4b63-8121-0bfc757f9c0b.tar.gz) | By [alexmorak](https://github.com/pipeeeeees/waze-voicepack-links/issues/74) | | Alex Morgan (A.I. Generated) | [Link](https://waze.com/ul?acvp=900defe4-61db-42f3-8687-d4f5716c859f) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/900defe4-61db-42f3-8687-d4f5716c859f.tar.gz) | By [Rebb218](https://github.com/pipeeeeees/waze-voicepack-links/issues/38) | | Angry Batman | [Link](https://waze.com/ul?acvp=AA20F70F-58AB-4357-82A2-D06A275F1208) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/AA20F70F-58AB-4357-82A2-D06A275F1208.tar.gz) | | | Apostolis | [Link](https://waze.com/ul?acvp=ef483e6b-c0c9-4b1a-b4ca-5c4aea592331) | Greek | [mp3 files](https://voice-prompts-ipv6.waze.com/ef483e6b-c0c9-4b1a-b4ca-5c4aea592331.tar.gz) | By [kstelios](https://github.com/pipeeeeees/waze-voicepack-links/issues/152) | | Apulian dialect Mafalda | [Link](https://waze.com/ul?acvp=d8b225db-45ae-4e95-8712-b2645ed7ab3b) | Italian | [mp3 files](https://voice-prompts-ipv6.waze.com/d8b225db-45ae-4e95-8712-b2645ed7ab3b.tar.gz) | From Mottola-TA town | | Apulian dialect Michael | [Link](https://waze.com/ul?acvp=0144811d-1715-4f4f-a417-204de6b1620e) | Italian | [mp3 files](https://voice-prompts-ipv6.waze.com/0144811d-1715-4f4f-a417-204de6b1620e.tar.gz) | From Mottola-TA town | | Auron | [Link](https://waze.com/ul?acvp=3482511f-aa36-4cd1-9997-4dade0c7c62e) | Spanish | [mp3 files](https://voice-prompts-ipv6.waze.com/3482511f-aa36-4cd1-9997-4dade0c7c62e.tar.gz) | By [l4t0r](https://twitter.com/mikethebard) | | Austin Powers | [Link](https://waze.com/ul?acvp=63828e08-6255-43f8-94ca-8347b7aa6c4d) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/63828e08-6255-43f8-94ca-8347b7aa6c4d.tar.gz) | By [chrisjudevine](https://github.com/pipeeeeees/waze-voicepack-links/issues/25) | | B1 Battle Droid | [Link](https://waze.com/ul?acvp=bdf8f53f-22ad-4595-a1f8-8194f0e099ff) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/bdf8f53f-22ad-4595-a1f8-8194f0e099ff.tar.gz) | By [TMW-29](https://github.com/pipeeeeees/waze-voicepack-links/issues/21) | | Benny Su | [Link](https://waze.com/ul?acvp=DF17F068-9834-4D4C-9BD3-B0F29066F3FF) | Dutch | [mp3 files](https://voice-prompts-ipv6.waze.com/DF17F068-9834-4D4C-9BD3-B0F29066F3FF.tar.gz) | | | Bernie | [Link](https://waze.com/ul?acvp=72FC2EF0-D885-4492-BB9C-26BF26A124EC) | | [mp3 files](https://voice-prompts-ipv6.waze.com/72FC2EF0-D885-4492-BB9C-26BF26A124EC.tar.gz) | | | BT-7274 Titanfall 2 (A.I. Generated) | [Link](https://waze.com/ul?acvp=9c6426c9-daca-4fd5-ac68-a271d239c995) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/9c6426c9-daca-4fd5-ac68-a271d239c995.tar.gz) | By [Not-Nathani](https://github.com/pipeeeeees/waze-voicepack-links/issues/52) | | Chalmette HeyBrah | [Link](https://waze.com/ul?acvp=DB9B1866-26E8-4D05-BF81-A07F62342D18) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/DB9B1866-26E8-4D05-BF81-A07F62342D18.tar.gz) | By [Shane Ansardi](https://www.nola.com/entertainment_life/arts/meet-the-man-behind-the-chalmette-heybrah-driving-app-voice/article_3924e834-3187-11ee-b9e8-ab34f5cd6329.html) of Louisiana. Miles only | | Cortana | [Link](https://waze.com/ul?acvp=7cdd97cb-549e-45d2-b408-fe6a6c32453e) | Spanish | [mp3 files](https://voice-prompts-ipv6.waze.com/7cdd97cb-549e-45d2-b408-fe6a6c32453e.tar.gz) | By [Hosshoffman](https://github.com/pipeeeeees/waze-voicepack-links/issues/151) | | Cortana (Alternate) | [Link](https://waze.com/ul?acvp=6094a015-c947-4c63-8137-9679fb884681) | Spanish | [mp3 files](https://voice-prompts-ipv6.waze.com/6094a015-c947-4c63-8137-9679fb884681.tar.gz) | By [Hosshoffman](https://github.com/pipeeeeees/waze-voicepack-links/issues/151) | | Cortana (Microsoft Windows Eva Mobile) | [Link](https://waze.com/ul?acvp=a576da62-bcb4-4326-8599-c30771d698f1) | English | [mp3 files Non Commercial Use Only](https://voice-prompts-ipv6.waze.com/a576da62-bcb4-4326-8599-c30771d698f1.tar.gz) | By [SlimyCat](https://github.com/SlimyCat-yt) with [enable-microsoft-eva-tts-master](https://github.com/watermarkhu/enable-microsoft-eva-tts) & [Cortana-OpenTX-voice-master](https://github.com/Dany-Boy55/Cortana-OpenTX-voice) | | Country Boy | [Link](https://waze.com/ul?acvp=EA18DB51-98A4-4474-97C0-9810CC4CD0A6) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/EA18DB51-98A4-4474-97C0-9810CC4CD0A6.tar.gz) | Miles only | | Dale Earnhart Jr. | [Link](https://waze.com/ul?acvp=7C8A2C3F-7A4B-4A1D-8C2E-5B3F4A2C3F7A) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/7C8A2C3F-7A4B-4A1D-8C2E-5B3F4A2C3F7A.tar.gz) | | | Daniel (Greek Language) | [Link](https://waze.com/ul?acvp=9738b347-b15d-4b40-ab67-d1c574406ae7) | Greek | [mp3 files](https://voice-prompts-ipv6.waze.com/9738b347-b15d-4b40-ab67-d1c574406ae7.tar.gz) | By [alexmorak](https://github.com/pipeeeeees/waze-voicepack-links/issues/70) | | Dawk Waze | [Link](https://waze.com/ul?acvp=84E8EAA5-B0C7-46C6-9BE9-886E06BAF14F) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/84E8EAA5-B0C7-46C6-9BE9-886E06BAF14F.tar.gz) | Vietnamese accent | | Disco Elysium | [Link](https://waze.com/ul?acvp=634b0fdf-c1d6-4422-9fee-bacf2d98484a) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/634b0fdf-c1d6-4422-9fee-bacf2d98484a.tar.gz) | By [Source](https://www.reddit.com/r/DiscoElysium/comments/1knmrrz/custom_voice_pack_for_waze/) | | Donald Trump | [Link](https://waze.com/ul?acvp=49687817-7D66-4670-8CBD-2362B44BA08A) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/49687817-7D66-4670-8CBD-2362B44BA08A.tar.gz) | | | Drew Lynch | [Link](https://waze.com/ul?acvp=80670078-fd21-481f-aa4d-9e96c3d4dba4) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/80670078-fd21-481f-aa4d-9e96c3d4dba4.tar.gz) | | | Eddie Murphy by Superflame | [Link](https://waze.com/ul?acvp=aa2da5f5-2f78-4004-a4fb-18954841da30) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/aa2da5f5-2f78-4004-a4fb-18954841da30.tar.gz) | | | Englishman - "Sir William" | [Link](https://waze.com/ul?acvp=562F94E3-4913-4AA6-B0C9-BDAA4B86321F) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/562F94E3-4913-4AA6-B0C9-BDAA4B86321F.tar.gz) | | | F1 2020 | [Link](https://waze.com/ul?acvp=561c4d75-666b-4f95-b5fa-de7b85646e01) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/561c4d75-666b-4f95-b5fa-de7b85646e01.tar.gz) | By [austinyen56](https://github.com/austinyen56/Waze-F1-VO) | | Fortyone Usec3 EFT | [Link](https://waze.com/ul?acvp=8b2df075-ebc8-42b9-85e0-3b50b5f3275a) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/8b2df075-ebc8-42b9-85e0-3b50b5f3275a.tar.gz) | By [@140er](https://discord.com/) | | French Romance - "Julien" | [Link](https://waze.com/ul?acvp=13AC513C-D003-414A-8A2B-05BA1CA9F01E) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/13AC513C-D003-414A-8A2B-05BA1CA9F01E.tar.gz) | | | Geralt (The Witcher) | [Link](https://waze.com/ul?acvp=499471ac-044b-495c-b8f4-a55e18c6c36d) | Polish | [mp3 files](https://voice-prompts-ipv6.waze.com/499471ac-044b-495c-b8f4-a55e18c6c36d.tar.gz) | By [@Mroxer](https://discord.com/) | | Ghostface (TikTok Voiceover) | [Link](https://waze.com/ul?acvp=a93e8187-0a15-4aa4-9db0-8be18646a8ef) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/a93e8187-0a15-4aa4-9db0-8be18646a8ef.tar.gz) | | | GLaDOS | [Link](https://waze.com/ul?acvp=D965C10B-781D-4A2F-9D22-46052EDC66A0) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/D965C10B-781D-4A2F-9D22-46052EDC66A0.tar.gz) | | | GlaDOS (TTS Generated) | [Link](https://waze.com/ul?acvp=ea5e50fe-7d82-4421-b6ef-b7101755622c) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/ea5e50fe-7d82-4421-b6ef-b7101755622c.tar.gz) | By [D³Entertainment](https://github.com/pipeeeeees/waze-voicepack-links/issues/56) | | Gollum & Smeagol | [Link](https://waze.com/ul?acvp=E8501E12-C11D-46D5-9A40-EC36246A253A) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/E8501E12-C11D-46D5-9A40-EC36246A253A.tar.gz) | | | Gollum par Superflame | [Link](https://waze.com/ul?acvp=ece19b2f-553c-4324-9174-4e53a5d2162b) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/ece19b2f-553c-4324-9174-4e53a5d2162b.tar.gz) | | | Grand Theft Auto IV | [Link](https://waze.com/ul?acvp=EFCCF4A5-2146-4649-AB24-B7F02944D55F) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/EFCCF4A5-2146-4649-AB24-B7F02944D55F.tar.gz) | | | Grand Theft Auto IV (alternate) | [Link](https://waze.com/ul?acvp=c8bfb1f5-8832-43b9-a68e-85464a2ff338) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/c8bfb1f5-8832-43b9-a68e-85464a2ff338.tar.gz) | By [CrazyCrusaider](https://github.com/CrazyCrusaider) | | Hakka | [Link](https://waze.com/ul?acvp=5BD0ED72-01C7-4BF5-82A1-78986761DC9C) | Hakka | [mp3 files](https://voice-prompts-ipv6.waze.com/5BD0ED72-01C7-4BF5-82A1-78986761DC9C.tar.gz) | | | Hatsune Miku (French) | [Link](https://waze.com/ul?acvp=f63c390f-c301-45e6-a4cd-60c1728dfc7f) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/f63c390f-c301-45e6-a4cd-60c1728dfc7f.tar.gz) | | | Homelander (A.I. Generated) | [Link](https://waze.com/ul?acvp=9e677a27-8421-41d7-9486-dce48fceca2c) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/9e677a27-8421-41d7-9486-dce48fceca2c.tar.gz) | By [Julchensid2303](https://github.com/pipeeeeees/waze-voicepack-links/issues/54) | | Homer by Superflame | [Link](https://waze.com/ul?acvp=37ae250d-c7ca-4d8b-9a2d-e4200fc40244) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/37ae250d-c7ca-4d8b-9a2d-e4200fc40244.tar.gz) | | | Hubcap Jones | [Link](https://waze.com/ul?acvp=A4258269-6A7B-46BB-83D0-2D89DE0886DA) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/A4258269-6A7B-46BB-83D0-2D89DE0886DA.tar.gz) | By [@MikeTheBard](https://twitter.com/mikethebard) | | Imperial Admiral (A.I. Generated) | [Link](https://waze.com/ul?acvp=5c8b33d1-0815-4be7-957f-ae6847e34e70) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/5c8b33d1-0815-4be7-957f-ae6847e34e70.tar.gz) | | | Jamaican | [Link](https://waze.com/ul?acvp=3AF908A5-D798-44B3-9BAB-8F4DB7625E9B) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/3AF908A5-D798-44B3-9BAB-8F4DB7625E9B.tar.gz) | | | James Earl Jones (A.I. Generated) | [Link](https://waze.com/ul?acvp=f1e48c91-e724-4d3e-8299-2aa642def7d6) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/f1e48c91-e724-4d3e-8299-2aa642def7d6.tar.gz) | The voice actor of Darth Vader | | James McCaffrey's Max Payne (A.I. Generated) | [Link](https://waze.com/ul?acvp=5fc719b8-b40e-4cec-b5fc-1a5656428adb) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/5fc719b8-b40e-4cec-b5fc-1a5656428adb.tar.gz) | By [toomanynights](https://github.com/pipeeeeees/waze-voicepack-links/issues/49) | | James Veitch | [Link](https://waze.com/ul?acvp=5D75A1F4-50BC-4EDE-AEFA-753B50C64FC0) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/5D75A1F4-50BC-4EDE-AEFA-753B50C64FC0.tar.gz) | | | JARVIS (A.I. Generated) | [Link](https://waze.com/ul?acvp=e52251a7-76ac-48dd-8321-01a524852a64) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/e52251a7-76ac-48dd-8321-01a524852a64.tar.gz) | By [ValeriGYordanov](https://github.com/pipeeeeees/waze-voicepack-links/issues/61) | | JARVIS v 4.1 | [Link](https://waze.com/ul?acvp=3194e787-e2d0-48ff-bbe7-b12daf925a5f) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/3194e787-e2d0-48ff-bbe7-b12daf925a5f.tar.gz) | Missing many voicelines | | JARVIS x 1 (TTS Generated) | [Link](https://waze.com/ul?acvp=202fedb3-a69b-48d8-beb1-c61a9cce36d5) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/202fedb3-a69b-48d8-beb1-c61a9cce36d5.tar.gz) | By [ValeriGYordanov](https://github.com/pipeeeeees/waze-voicepack-links/issues/61) | | Jeff Dunham's 'Achmed TDT' | [Link](https://waze.com/ul?acvp=FEABF983-93B9-4B03-8314-5BFD5B91497D) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/FEABF983-93B9-4B03-8314-5BFD5B91497D.tar.gz) | | | Jeff Dunham's Bubba J | [Link](https://waze.com/ul?acvp=143E2169-A6CB-418C-8620-460CF8AA5487) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/143E2169-A6CB-418C-8620-460CF8AA5487.tar.gz) | | | Julien Lepers by Superflame | [Link](https://waze.com/ul?acvp=a7f83882-6f49-49db-843d-6bf7963c38cc) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/a7f83882-6f49-49db-843d-6bf7963c38cc.tar.gz) | | | Korean Female Voice (TTS Generated) | [Link](https://waze.com/ul?acvp=92bb8aa7-1683-4017-932c-82c0f72967ef) | Korean | [mp3 files](https://voice-prompts-ipv6.waze.com/92bb8aa7-1683-4017-932c-82c0f72967ef.tar.gz) | By [docfo4r](https://github.com/pipeeeeees/waze-voicepack-links/issues/69) | | Krzysztof Hołowczyc | [Link](https://waze.com/ul?acvp=53072723-bb77-424c-b6d1-cdd3fcaaa4d8) | Polish | [mp3 files](https://voice-prompts-ipv6.waze.com/53072723-bb77-424c-b6d1-cdd3fcaaa4d8.tar.gz) | By Krzosik | | Kyriakos (Greek Language) | [Link](https://waze.com/ul?acvp=c8830c28-39ad-4bf6-be76-dfad40fbad1a) | Greek | [mp3 files](https://voice-prompts-ipv6.waze.com/c8830c28-39ad-4bf6-be76-dfad40fbad1a.tar.gz) | By [alexmorak](https://github.com/pipeeeeees/waze-voicepack-links/issues/70) | | Le Warm-Up d’Elliot | [Link](https://waze.com/ul?acvp=0EA982ED-28E4-4F03-9556-9D65E3438430) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/0EA982ED-28E4-4F03-9556-9D65E3438430.tar.gz) | | | Manu dans le 6/10 sur NRJ | [Link](https://waze.com/ul?acvp=FA224281-6808-4316-AC2A-5D91F79C50AA) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/FA224281-6808-4316-AC2A-5D91F79C50AA.tar.gz) | | | Mark Pilgrim | [Link](https://waze.com/ul?acvp=12DE1A6A-831A-4717-A6FC-C7D99633635E) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/12DE1A6A-831A-4717-A6FC-C7D99633635E.tar.gz) | | | Melina, Elder Ring (A.I. Generated) | [Link](https://waze.com/ul?acvp=34ae1b2d-3607-47d8-93b6-b979a51ccb2a) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/34ae1b2d-3607-47d8-93b6-b979a51ccb2a.tar.gz) | By [UnderscorePan](https://github.com/pipeeeeees/waze-voicepack-links/issues/27) | | Minji from NewJeans (A.I. Generated) | [Link](https://waze.com/ul?acvp=e7ff9f31-3ff6-4a4b-b40f-249a52ff28e2) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/e7ff9f31-3ff6-4a4b-b40f-249a52ff28e2.tar.gz) | By [werdnaaa](https://github.com/pipeeeeees/waze-voicepack-links/issues/89) | | Morgan Freeman par Superflame | [Link](https://waze.com/ul?acvp=9bb42c28-dc17-4b9c-8f8f-853ed8655247) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/9bb42c28-dc17-4b9c-8f8f-853ed8655247.tar.gz) | | | Nandor, The Relentless | [Link](https://waze.com/ul?acvp=5b890d52-2e02-4cec-ac37-75314224610d) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/5b890d52-2e02-4cec-ac37-75314224610d.tar.gz) | By [Ty-Ap](https://github.com/Ty-Ap) | | Nick Kraft | [Link](https://waze.com/ul?acvp=3527498E-C14A-4565-927C-2B78EBE56D0E) | Dutch | [mp3 files](https://voice-prompts-ipv6.waze.com/3527498E-C14A-4565-927C-2B78EBE56D0E.tar.gz) | | | Nord (Skyrim) | [Link](https://waze.com/ul?acvp=60efd52f-e785-44da-9398-2f35189b0ec6) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/60efd52f-e785-44da-9398-2f35189b0ec6.tar.gz) | | | NY Mom - "Barbara" | [Link](https://waze.com/ul?acvp=B210AE95-5945-41A9-95C2-AB59DD563974) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/B210AE95-5945-41A9-95C2-AB59DD563974.tar.gz) | | | Philippe&Sandy NOSTALGIE | [Link](https://waze.com/ul?acvp=4844F906-EFBB-478A-A35B-13CF0319DC3B) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/4844F906-EFBB-478A-A35B-13CF0319DC3B.tar.gz) | | | Ronny Retro | [Link](https://waze.com/ul?acvp=A413B1AC-5C48-4CF5-86A3-1D28B2957C0F) | Dutch | [mp3 files](https://voice-prompts-ipv6.waze.com/A413B1AC-5C48-4CF5-86A3-1D28B2957C0F.tar.gz) | | | Rosé from Blackpink (A.I. Generated) | [Link](https://waze.com/ul?acvp=2002dc64-880c-4699-b627-7fca7601e92d) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/2002dc64-880c-4699-b627-7fca7601e92d.tar.gz) | By [KohKoh-Nut](https://github.com/pipeeeeees/waze-voicepack-links/issues/42) | | Saul Goodman (A.I. Generated) | [Link](https://waze.com/ul?acvp=c5577c86-1011-4a9a-99c9-6555ce634e54) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/c5577c86-1011-4a9a-99c9-6555ce634e54.tar.gz) | By [meganmcgar](https://github.com/pipeeeeees/waze-voicepack-links/issues/33) | | SCP-079 | [Link](https://waze.com/ul?acvp=9e64b00c-bbb2-4609-b2b7-837c0e871a17) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/9e64b00c-bbb2-4609-b2b7-837c0e871a17.tar.gz) | By [Boomstick (Audio)](https://steamcommunity.com/id/solarpowered141/) and [jade152](https://github.com/jade152) | | Seshomaru(esp Lat) | [Link](https://waze.com/ul?acvp=26D1036A-DB04-4824-AA1F-E02B5650060A) | Spanish | [mp3 files](https://voice-prompts-ipv6.waze.com/26D1036A-DB04-4824-AA1F-E02B5650060A.tar.gz) | By [carlosandrescortes](https://github.com/pipeeeeees/waze-voicepack-links/issues/79) | | Shizbox (Insulting British Guy) | [Link](https://waze.com/ul?acvp=ca207b6b-e835-4c0a-9df7-cdba1fa7db69) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/ca207b6b-e835-4c0a-9df7-cdba1fa7db69.tar.gz) | | | Singlish Language | [Link](https://waze.com/ul?acvp=43FD7020-26FE-493B-AE03-81F63AB34540) | Singlish | [mp3 files](https://voice-prompts-ipv6.waze.com/43FD7020-26FE-493B-AE03-81F63AB34540.tar.gz) | By [kaanaas](https://github.com/pipeeeeees/waze-voicepack-links/issues/93) | | Siri | [Link](https://waze.com/ul?acvp=c36e6fe2-5179-45c1-888b-d9311231b686) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/c36e6fe2-5179-45c1-888b-d9311231b686.tar.gz) | By [u/[CENSORED]](https://www.reddit.com/user/PaperCutOnPenisHead/) | | So Horny (SFW) | [Link](https://waze.com/ul?acvp=08780708-C473-4C22-B2E9-4B66B3C79DE1) | Horn | [mp3 files](https://voice-prompts-ipv6.waze.com/08780708-C473-4C22-B2E9-4B66B3C79DE1.tar.gz) | | | Software Automatic Mouth (Commodore 64) | [Link](https://waze.com/ul?acvp=61f4790a-ce45-439a-8642-d908385bb33d) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/61f4790a-ce45-439a-8642-d908385bb33d.tar.gz) | By [CasketPizza](https://github.com/pipeeeeees/waze-voicepack-links/issues/45) | | Sranang Wegwijzer | [Link](https://waze.com/ul?acvp=439bf242-0487-4ea6-a13b-0e54cbb5a39a) | Surinamese | [mp3 files](https://voice-prompts-ipv6.waze.com/439bf242-0487-4ea6-a13b-0e54cbb5a39a.tar.gz) | | | Stormtrooper (by Tarrachal) | [Link](https://waze.com/ul?acvp=dc3501e0-c57b-4409-97f4-5dded539e190) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/dc3501e0-c57b-4409-97f4-5dded539e190.tar.gz) | By [Tarrachal](https://github.com/pipeeeeees/waze-voicepack-links/issues/48) | | Sylus (A.I. Generated) | [Link](https://waze.com/ul?acvp=16c19f73-dfa4-4402-bfd4-c03b603fba63) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/16c19f73-dfa4-4402-bfd4-c03b603fba63.tar.gz) | By [ArvyMinsk](https://github.com/pipeeeeees/waze-voicepack-links/issues/68) | | TheRussianBadger (Twitch) | [Link](https://waze.com/ul?acvp=0c791a59-bbdb-42a5-9435-cb4b4da1cdd4) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/0c791a59-bbdb-42a5-9435-cb4b4da1cdd4.tar.gz) | By [OptimusE1](https://github.com/pipeeeeees/waze-voicepack-links/issues/39) | | Toiley T. Paper | [Link](https://waze.com/ul?acvp=534A5EF2-C32E-483E-9B6A-81B922CD71E9) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/534A5EF2-C32E-483E-9B6A-81B922CD71E9.tar.gz) | | | Tom Cruise (A.I. Generated) | [Link](https://waze.com/ul?acvp=81785741-4e08-4b3b-b260-f5e2b79c08dc) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/81785741-4e08-4b3b-b260-f5e2b79c08dc.tar.gz) | By [arctic-alexa](https://github.com/arctic-alexa/TC-Waze-Voice) | | TomTom Jane | [Link](https://waze.com/ul?acvp=6614e239-d4a1-409c-a1e9-348c960f1b32) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/6614e239-d4a1-409c-a1e9-348c960f1b32.tar.gz) | By [fnuerpod](https://github.com/pipeeeeees/waze-voicepack-links/issues/10) | | Union Co. Traffic Officers Assoc. | [Link](https://waze.com/ul?acvp=CB6BA079-93EB-46E4-A8F0-C6BC78EEC877) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/CB6BA079-93EB-46E4-A8F0-C6BC78EEC877.tar.gz) | | | Vivek Ponnusamy (Samir, you're breaking the car!) | [Link](https://waze.com/ul?acvp=b2ddf4b7-0884-441b-96ab-e3b82a5b76bd) | English | [mp3 files](https://voice-prompts-ipv6.waze.com/b2ddf4b7-0884-441b-96ab-e3b82a5b76bd.tar.gz) | By [tutaf](https://github.com/pipeeeeees/waze-voicepack-links/issues/60) | | Voix de Dédé Saint-Prix | [Link](https://waze.com/ul?acvp=63A1A6E2-D115-48E5-BF60-977B0F6D0FFD) | French | [mp3 files](https://voice-prompts-ipv6.waze.com/63A1A6E2-D115-48E5-BF60-977B0F6D0FFD.tar.gz) | | | VOX | [Link](https://waze.com/ul?acvp=99e44cd0-2ef8-4b77-b1da-38a474572790) | | [mp3 files](https://voice-prompts-ipv6.waze.com/99e44cd0-2ef8-4b77-b1da-38a474572790.tar.gz) | By [JalenTuaKong](https://github.com/pipeeeeees/waze-voicepack-links/issues/53) | | VTM: onderweg met Guga | [Link](https://waze.com/ul?acvp=1AA0B62B-E73F-460C-8223-79ADB6BA9F39) | Dutch | [mp3 files](https://voice-prompts-ipv6.waze.com/1AA0B62B-E73F-460C-8223-79ADB6BA9F39.tar.gz) | | | VTM: onderweg met Tine | [Link](https://waze.com/ul?acvp=F56B13E4-F259-4345-B563-9F167F562799) | Dutch | [mp3 files](https://voice-prompts-ipv6.waze.com/F56B13E4-F259-4345-B563-9F167F562799.tar.gz) | | ## Have mp3 files? See these [instructions](https://github.com/pipeeeeees/waze-voicepack-links/tree/main/mp3_upload#how-to-upload-your-own-mp3-files-to-make-a-waze-voicepack-link) on how to upload using this repository. The Android Emulator method is no longer recommended due to its complexity and manual effort required. The advantage of using files to create packs rather than using the in-app microphone is the preservation of audio quality. By default, Waze heavily compresses the in-app recordings making them sound muffled. While the file upload method may also involve some file compression on the server side, the audio quality is far superior to the in-app recording method. ## Stance on A.I. Generated Voicepacks Given the proliferation of A.I. voice generation tools in the hands of the public, there is an influx of A.I. generated Waze navigation voicepacks. These are often created without the explicit permission of the person or IP owner these voices belong to. This is a clear concern. The purpose of this repository is to act as an archive of the internet's Waze voicepacks while providing tools to create permanent shareable Waze voicepack links. As the creator of this repository, I do not own the voice content stored on Waze's servers - only the files and text in this repository. To address the ethical concerns surrounding A.I. generated voicepacks, I have established the following guidelines: - Any known A.I. voicepacks will be labeled as such in the 'Title' column of the lists above. If you find a voice in the lists above to be A.I. generated but not correctly labeled, please open an issue or a pull request with the corrected title. - If the voice actor or IP owner for an A.I. generated voicepack in the list above would like to have a pack removed from this list, the request will be honored. Please open a new issue with the request and I or a contributor will get back to you. ================================================ FILE: contributing.md ================================================ # Contributing to Waze Voicepack Links Thank you for your interest in contributing to the project! I appreciate your help in making the repository better. ## Ways to Contribute 1. Adding New Voice Pack URLs to the `readme.md` list: - Fork the repository - Add the new voice pack details to the [`readme.md`](https://github.com/pipeeeeees/waze-voicepack-links/blob/main/helper_files/waze_vps.json) - use the other packs as a reference - Commit your changes and push them to your fork - Create a pull request to the main repository for review 2. Requesting Help with Uploading mp3 files: - If you have a voice pack in mp3 format that you would like to see added to the list but are unsure how to upload it, please reach out to me by making an issue on the repository and attaching said mp3 files. I will assist you in getting them uploaded and added to the list when I have time ================================================ FILE: helper_files/dexter.py ================================================ import time import random import urllib.error import os import json import mp3_language_detector from os.path import exists from urllib.request import urlretrieve base_url_dexter = "https://dexter.waze.com/" dexter_categories = { "car": 3, "mood": 4, "banner_icon": 6, "sheet_icon": 7, "voice": 8, "gallery_promoted_card_icon": 9, "gallery_card_icon": 10, "setup_cover_image": 11, "gallery_car_icon": 13 } def construct_path(url, category): filename = url.split('/')[-1] path = category + "/" + filename.rstrip('\n') return path def main(download_all=False): category_name = "voice" # change here to download other categories category_id = dexter_categories[category_name] # if `voice_index.json` does not exist in helper_files/, create the file in helper_files/ helper_files_dir = "helper_files" voice_index_file = os.path.join(helper_files_dir, "dexter_voice_index.json") if not exists(voice_index_file): os.makedirs(helper_files_dir, exist_ok=True) with open(voice_index_file, "w") as f: f.write("[]") # if `blanks_index.json` does not exist in helper_files/, create the file in helper_files/ blanks_index_file = os.path.join(helper_files_dir, "dexter_voice_blanks_index.json") if not exists(blanks_index_file): os.makedirs(helper_files_dir, exist_ok=True) with open(blanks_index_file, "w") as f: f.write("[]") for i in range(842, 11000): url = f"{base_url_dexter}{category_id}/{i}.zip" path = construct_path(url, category_name + "s") # plurals with open(voice_index_file, "r") as f: voice_data = json.load(f) with open(blanks_index_file, "r") as f: blanks_data = json.load(f) # if i is smaller thhan the largest index in voice_data, continue if voice_data and i <= max(item["index"] for item in voice_data): continue if (exists(path)): pass else: print(f"Downloading: {i}.zip") try: # urlretrive to helper_files/downloaded_packs/ urlretrieve(url, os.path.join(helper_files_dir, "downloaded_packs", f"{i}.zip")) print(f"Downloaded: {i}.zip") # unzip the file in place os.system(f"unzip -o {os.path.join(helper_files_dir, 'downloaded_packs', f'{i}.zip')} -d {os.path.join(helper_files_dir, 'downloaded_packs', str(i))}") print(f"Unzipped: {i}.zip") # deduce primary language of the unzipped pack path_to_zip = os.path.join(helper_files_dir, "downloaded_packs", f"{i}", "Voice") primary_language = mp3_language_detector.deduce_primary_language(path_to_zip, verbose=True) print(f"Primary Language: {primary_language}") with open(voice_index_file, "r+") as f: data = json.load(f) data.append({"index": i, "language": primary_language, "name": ""}) data = sorted(data, key=lambda x: x["index"]) f.seek(0) json.dump(data, f, indent=4) # delete the zip file after successful download and extraction os.remove(os.path.join(helper_files_dir, "downloaded_packs", f"{i}.zip")) # if the primary language is not "en", delete the extracted folder if primary_language != "en" and not download_all: os.system(f"rm -rf {os.path.join(helper_files_dir, 'downloaded_packs', str(i))}") print(f"Deleted non-English pack: {i}.zip") # if there is nothing to download just log it in the json except urllib.error.URLError as e: print(f"Error downloading from {url}: {e}") # Append to blanks_index.json. if the index already exists, overwrite it. and sort the json by index before saving with open(blanks_index_file, "r+") as f: data = json.load(f) # check if index already exists existing_indices = [item["index"] for item in data] if i not in existing_indices: data.append({"index": i}) data = sorted(data, key=lambda x: x["index"]) f.seek(0) json.dump(data, f, indent=4) except Exception as e: print(f"An unexpected error occurred: {e}") # Generate a random sleep duration between 0.25 and 1.5 seconds sleep_duration = random.uniform(0.25, 0.75) # Sleep for the generated duration time.sleep(sleep_duration) if __name__ == "__main__": main(download_all=False) ================================================ FILE: helper_files/dexter_voice_blanks_index.json ================================================ [ { "index": 864 }, { "index": 870 }, { "index": 908 }, { "index": 925 }, { "index": 933 }, { "index": 934 }, { "index": 951 }, { "index": 954 }, { "index": 963 }, { "index": 966 }, { "index": 975 }, { "index": 987 }, { "index": 988 }, { "index": 991 }, { "index": 1000 }, { "index": 1011 }, { "index": 1018 }, { "index": 1020 }, { "index": 1052 }, { "index": 1054 }, { "index": 1055 }, { "index": 1059 }, { "index": 1060 }, { "index": 1062 }, { "index": 1063 }, { "index": 1064 }, { "index": 1065 }, { "index": 1067 }, { "index": 1069 }, { "index": 1070 }, { "index": 1071 }, { "index": 1072 }, { "index": 1073 }, { "index": 1074 }, { "index": 1075 }, { "index": 1076 }, { "index": 1077 }, { "index": 1078 }, { "index": 1079 }, { "index": 1080 }, { "index": 1081 }, { "index": 1082 }, { "index": 1083 }, { "index": 1084 }, { "index": 1085 }, { "index": 1086 }, { "index": 1087 }, { "index": 1088 }, { "index": 1089 }, { "index": 1090 }, { "index": 1091 }, { "index": 1092 }, { "index": 1093 }, { "index": 1094 }, { "index": 1095 }, { "index": 1096 }, { "index": 1097 }, { "index": 1098 }, { "index": 1099 }, { "index": 1101 }, { "index": 1102 }, { "index": 1103 }, { "index": 1104 }, { "index": 1105 }, { "index": 1106 }, { "index": 1107 }, { "index": 1108 }, { "index": 1109 }, { "index": 1110 }, { "index": 1111 }, { "index": 1112 }, { "index": 1113 }, { "index": 1117 }, { "index": 1118 }, { "index": 1120 }, { "index": 1122 }, { "index": 1123 }, { "index": 1131 }, { "index": 1132 }, { "index": 1133 }, { "index": 1134 }, { "index": 1136 }, { "index": 1138 }, { "index": 1139 }, { "index": 1140 }, { "index": 1141 }, { "index": 1142 }, { "index": 1143 }, { "index": 1144 }, { "index": 1145 }, { "index": 1146 }, { "index": 1147 }, { "index": 1152 }, { "index": 1161 }, { "index": 1163 }, { "index": 1164 }, { "index": 1165 }, { "index": 1166 }, { "index": 1167 }, { "index": 1168 }, { "index": 1171 }, { "index": 1174 }, { "index": 1175 }, { "index": 1176 }, { "index": 1177 }, { "index": 1179 }, { "index": 1180 }, { "index": 1181 }, { "index": 1183 }, { "index": 1184 }, { "index": 1185 }, { "index": 1186 }, { "index": 1187 }, { "index": 1188 }, { "index": 1189 }, { "index": 1190 }, { "index": 1191 }, { "index": 1192 }, { "index": 1193 }, { "index": 1194 }, { "index": 1195 }, { "index": 1196 }, { "index": 1197 }, { "index": 1198 }, { "index": 1199 }, { "index": 1200 }, { "index": 1201 }, { "index": 1202 }, { "index": 1203 }, { "index": 1204 }, { "index": 1205 }, { "index": 1206 }, { "index": 1207 }, { "index": 1208 }, { "index": 1209 }, { "index": 1210 }, { "index": 1211 }, { "index": 1212 }, { "index": 1213 }, { "index": 1214 }, { "index": 1215 }, { "index": 1216 }, { "index": 1217 }, { "index": 1218 }, { "index": 1219 }, { "index": 1224 }, { "index": 1227 }, { "index": 1228 }, { "index": 1229 }, { "index": 1230 }, { "index": 1232 }, { "index": 1233 }, { "index": 1234 }, { "index": 1237 }, { "index": 1238 }, { "index": 1239 }, { "index": 1240 }, { "index": 1242 }, { "index": 1244 }, { "index": 1245 }, { "index": 1246 }, { "index": 1247 }, { "index": 1249 }, { "index": 1250 }, { "index": 1251 }, { "index": 1252 }, { "index": 1253 }, { "index": 1254 }, { "index": 1255 }, { "index": 1257 }, { "index": 1258 }, { "index": 1260 }, { "index": 1261 }, { "index": 1262 }, { "index": 1263 }, { "index": 1265 }, { "index": 1266 }, { "index": 1267 }, { "index": 1268 }, { "index": 1269 }, { "index": 1270 }, { "index": 1271 }, { "index": 1275 }, { "index": 1277 }, { "index": 1278 }, { "index": 1279 }, { "index": 1280 }, { "index": 1281 }, { "index": 1282 }, { "index": 1283 }, { "index": 1284 }, { "index": 1285 }, { "index": 1286 }, { "index": 1287 }, { "index": 1288 }, { "index": 1289 }, { "index": 1290 }, { "index": 1292 }, { "index": 1293 }, { "index": 1294 }, { "index": 1295 }, { "index": 1296 }, { "index": 1297 }, { "index": 1299 }, { "index": 1300 }, { "index": 1301 }, { "index": 1302 }, { "index": 1303 }, { "index": 1304 }, { "index": 1305 }, { "index": 1306 }, { "index": 1307 }, { "index": 1308 }, { "index": 1309 }, { "index": 1311 }, { "index": 1312 }, { "index": 1313 }, { "index": 1314 }, { "index": 1315 }, { "index": 1316 }, { "index": 1317 }, { "index": 1322 }, { "index": 1323 }, { "index": 1324 }, { "index": 1325 }, { "index": 1327 }, { "index": 1328 }, { "index": 1329 }, { "index": 1330 }, { "index": 1331 }, { "index": 1332 }, { "index": 1334 }, { "index": 1335 }, { "index": 1336 }, { "index": 1338 }, { "index": 1339 }, { "index": 1341 }, { "index": 1343 }, { "index": 1344 }, { "index": 1346 }, { "index": 1347 }, { "index": 1348 }, { "index": 1349 }, { "index": 1350 }, { "index": 1351 }, { "index": 1352 }, { "index": 1353 }, { "index": 1354 }, { "index": 1355 }, { "index": 1356 }, { "index": 1357 }, { "index": 1359 }, { "index": 1360 }, { "index": 1361 }, { "index": 1362 }, { "index": 1364 }, { "index": 1365 }, { "index": 1366 }, { "index": 1368 }, { "index": 1371 }, { "index": 1372 }, { "index": 1373 }, { "index": 1374 }, { "index": 1375 }, { "index": 1376 }, { "index": 1377 }, { "index": 1378 }, { "index": 1379 }, { "index": 1380 }, { "index": 1381 }, { "index": 1383 }, { "index": 1384 }, { "index": 1385 }, { "index": 1386 }, { "index": 1387 }, { "index": 1388 }, { "index": 1389 }, { "index": 1390 }, { "index": 1391 }, { "index": 1392 }, { "index": 1393 }, { "index": 1394 }, { "index": 1396 }, { "index": 1397 }, { "index": 1398 }, { "index": 1399 }, { "index": 1400 }, { "index": 1401 }, { "index": 1403 }, { "index": 1404 }, { "index": 1405 }, { "index": 1406 }, { "index": 1407 }, { "index": 1408 }, { "index": 1410 }, { "index": 1411 }, { "index": 1412 }, { "index": 1413 }, { "index": 1414 }, { "index": 1416 }, { "index": 1417 }, { "index": 1418 }, { "index": 1419 }, { "index": 1420 }, { "index": 1421 }, { "index": 1422 }, { "index": 1423 }, { "index": 1424 }, { "index": 1425 }, { "index": 1426 }, { "index": 1433 }, { "index": 1434 }, { "index": 1436 }, { "index": 1437 }, { "index": 1438 }, { "index": 1439 }, { "index": 1440 }, { "index": 1441 }, { "index": 1442 }, { "index": 1443 }, { "index": 1444 }, { "index": 1445 }, { "index": 1446 }, { "index": 1447 }, { "index": 1448 }, { "index": 1449 }, { "index": 1450 }, { "index": 1451 }, { "index": 1452 }, { "index": 1453 }, { "index": 1454 }, { "index": 1455 }, { "index": 1457 }, { "index": 1458 }, { "index": 1459 }, { "index": 1460 }, { "index": 1461 }, { "index": 1462 }, { "index": 1464 }, { "index": 1466 }, { "index": 1467 }, { "index": 1468 }, { "index": 1469 }, { "index": 1470 }, { "index": 1471 }, { "index": 1472 }, { "index": 1473 }, { "index": 1474 }, { "index": 1477 }, { "index": 1478 }, { "index": 1479 }, { "index": 1480 }, { "index": 1481 }, { "index": 1482 }, { "index": 1483 }, { "index": 1484 }, { "index": 1485 }, { "index": 1486 }, { "index": 1487 }, { "index": 1488 }, { "index": 1489 }, { "index": 1490 }, { "index": 1491 }, { "index": 1492 }, { "index": 1493 }, { "index": 1494 }, { "index": 1495 }, { "index": 1496 }, { "index": 1497 }, { "index": 1498 }, { "index": 1499 }, { "index": 1500 }, { "index": 1501 }, { "index": 1502 }, { "index": 1503 }, { "index": 1504 }, { "index": 1505 }, { "index": 1506 }, { "index": 1507 }, { "index": 1508 }, { "index": 1509 }, { "index": 1510 }, { "index": 1511 }, { "index": 1512 }, { "index": 1513 }, { "index": 1514 }, { "index": 1515 }, { "index": 1516 }, { "index": 1517 }, { "index": 1518 }, { "index": 1519 }, { "index": 1520 }, { "index": 1521 }, { "index": 1522 }, { "index": 1523 }, { "index": 1524 }, { "index": 1525 }, { "index": 1526 }, { "index": 1527 }, { "index": 1528 }, { "index": 1529 }, { "index": 1530 }, { "index": 1531 }, { "index": 1532 }, { "index": 1533 }, { "index": 1534 }, { "index": 1535 }, { "index": 1536 }, { "index": 1537 }, { "index": 1538 }, { "index": 1539 }, { "index": 1540 }, { "index": 1541 }, { "index": 1542 }, { "index": 1543 }, { "index": 1544 }, { "index": 1545 }, { "index": 1546 }, { "index": 1547 }, { "index": 1548 }, { "index": 1549 }, { "index": 1550 }, { "index": 1551 }, { "index": 1552 }, { "index": 1553 }, { "index": 1554 }, { "index": 1555 }, { "index": 1556 }, { "index": 1557 }, { "index": 1558 }, { "index": 1559 }, { "index": 1560 }, { "index": 1561 }, { "index": 1562 }, { "index": 1563 }, { "index": 1564 }, { "index": 1565 }, { "index": 1566 }, { "index": 1567 }, { "index": 1568 }, { "index": 1569 }, { "index": 1570 }, { "index": 1571 }, { "index": 1572 }, { "index": 1573 }, { "index": 1574 }, { "index": 1575 }, { "index": 1576 }, { "index": 1577 }, { "index": 1578 }, { "index": 1579 }, { "index": 1580 }, { "index": 1581 }, { "index": 1582 }, { "index": 1583 }, { "index": 1584 }, { "index": 1585 }, { "index": 1586 }, { "index": 1587 }, { "index": 1588 }, { "index": 1589 }, { "index": 1590 }, { "index": 1591 }, { "index": 1592 }, { "index": 1593 }, { "index": 1594 }, { "index": 1595 }, { "index": 1596 }, { "index": 1597 }, { "index": 1598 }, { "index": 1599 }, { "index": 1600 }, { "index": 1601 }, { "index": 1602 }, { "index": 1603 }, { "index": 1604 }, { "index": 1605 }, { "index": 1606 }, { "index": 1607 }, { "index": 1608 }, { "index": 1609 }, { "index": 1610 }, { "index": 1611 }, { "index": 1612 }, { "index": 1613 }, { "index": 1614 }, { "index": 1615 }, { "index": 1616 }, { "index": 1617 }, { "index": 1618 }, { "index": 1619 }, { "index": 1620 }, { "index": 1621 }, { "index": 1622 }, { "index": 1623 }, { "index": 1624 }, { "index": 1625 }, { "index": 1626 }, { "index": 1627 }, { "index": 1628 }, { "index": 1629 }, { "index": 1630 }, { "index": 1631 }, { "index": 1632 }, { "index": 1633 }, { "index": 1634 }, { "index": 1635 }, { "index": 1636 }, { "index": 1637 }, { "index": 1638 }, { "index": 1639 }, { "index": 1640 }, { "index": 1641 }, { "index": 1642 }, { "index": 1643 }, { "index": 1644 }, { "index": 1645 }, { "index": 1646 }, { "index": 1647 }, { "index": 1648 }, { "index": 1649 }, { "index": 1650 }, { "index": 1651 }, { "index": 1652 }, { "index": 1653 }, { "index": 1654 }, { "index": 1655 }, { "index": 1656 }, { "index": 1657 }, { "index": 1658 }, { "index": 1659 }, { "index": 1660 }, { "index": 1661 }, { "index": 1662 }, { "index": 1663 }, { "index": 1664 }, { "index": 1665 }, { "index": 1666 }, { "index": 1667 }, { "index": 1668 }, { "index": 1669 }, { "index": 1670 }, { "index": 1671 }, { "index": 1672 }, { "index": 1673 }, { "index": 1674 }, { "index": 1675 }, { "index": 1676 }, { "index": 1677 }, { "index": 1678 }, { "index": 1679 }, { "index": 1680 }, { "index": 1681 }, { "index": 1682 }, { "index": 1683 }, { "index": 1684 }, { "index": 1685 }, { "index": 1686 }, { "index": 1687 }, { "index": 1688 }, { "index": 1689 }, { "index": 1690 }, { "index": 1691 }, { "index": 1692 }, { "index": 1693 }, { "index": 1694 }, { "index": 1695 }, { "index": 1696 }, { "index": 1697 }, { "index": 1698 }, { "index": 1699 }, { "index": 1700 }, { "index": 1701 }, { "index": 1702 }, { "index": 1703 }, { "index": 1704 }, { "index": 1705 }, { "index": 1706 }, { "index": 1707 }, { "index": 1708 }, { "index": 1709 }, { "index": 1710 }, { "index": 1711 }, { "index": 1712 }, { "index": 1713 }, { "index": 1714 }, { "index": 1715 }, { "index": 1716 }, { "index": 1717 }, { "index": 1718 }, { "index": 1719 }, { "index": 1720 }, { "index": 1721 }, { "index": 1722 }, { "index": 1723 }, { "index": 1724 }, { "index": 1725 }, { "index": 1726 }, { "index": 1727 }, { "index": 1728 }, { "index": 1729 }, { "index": 1730 }, { "index": 1731 }, { "index": 1732 }, { "index": 1733 }, { "index": 1734 }, { "index": 1735 }, { "index": 1736 }, { "index": 1737 }, { "index": 1738 }, { "index": 1739 }, { "index": 1740 }, { "index": 1741 }, { "index": 1742 }, { "index": 1743 }, { "index": 1744 }, { "index": 1745 }, { "index": 1746 }, { "index": 1747 }, { "index": 1748 }, { "index": 1749 }, { "index": 1750 }, { "index": 1751 }, { "index": 1752 }, { "index": 1753 }, { "index": 1754 }, { "index": 1755 }, { "index": 1756 }, { "index": 1757 }, { "index": 1758 }, { "index": 1759 }, { "index": 1760 }, { "index": 1761 }, { "index": 1762 }, { "index": 1763 }, { "index": 1764 }, { "index": 1765 }, { "index": 1766 }, { "index": 1767 }, { "index": 1768 }, { "index": 1769 }, { "index": 1770 }, { "index": 1771 }, { "index": 1772 }, { "index": 1773 }, { "index": 1774 }, { "index": 1775 }, { "index": 1776 }, { "index": 1777 }, { "index": 1778 }, { "index": 1779 }, { "index": 1780 }, { "index": 1781 }, { "index": 1782 }, { "index": 1783 }, { "index": 1784 }, { "index": 1785 }, { "index": 1786 }, { "index": 1787 }, { "index": 1788 }, { "index": 1789 }, { "index": 1790 }, { "index": 1791 }, { "index": 1792 }, { "index": 1793 }, { "index": 1794 }, { "index": 1795 }, { "index": 1796 }, { "index": 1797 }, { "index": 1798 }, { "index": 1799 }, { "index": 1800 }, { "index": 1801 }, { "index": 1803 }, { "index": 1804 }, { "index": 1805 }, { "index": 1806 }, { "index": 1807 }, { "index": 1808 }, { "index": 1809 }, { "index": 1810 }, { "index": 1811 }, { "index": 1812 }, { "index": 1813 }, { "index": 1814 }, { "index": 1815 }, { "index": 1816 }, { "index": 1817 }, { "index": 1818 }, { "index": 1819 }, { "index": 1820 }, { "index": 1821 }, { "index": 1822 }, { "index": 1823 }, { "index": 1824 }, { "index": 1825 }, { "index": 1826 }, { "index": 1827 }, { "index": 1828 }, { "index": 1829 }, { "index": 1830 }, { "index": 1831 }, { "index": 1832 }, { "index": 1833 }, { "index": 1834 }, { "index": 1835 }, { "index": 1836 }, { "index": 1837 }, { "index": 1838 }, { "index": 1839 }, { "index": 1840 }, { "index": 1841 }, { "index": 1842 }, { "index": 1843 }, { "index": 1844 }, { "index": 1845 }, { "index": 1846 }, { "index": 1847 }, { "index": 1849 }, { "index": 1850 }, { "index": 1851 }, { "index": 1852 }, { "index": 1854 }, { "index": 1855 }, { "index": 1856 }, { "index": 1857 }, { "index": 1859 }, { "index": 1860 }, { "index": 1861 }, { "index": 1862 }, { "index": 1863 }, { "index": 1864 }, { "index": 1865 }, { "index": 1866 }, { "index": 1867 }, { "index": 1868 }, { "index": 1869 }, { "index": 1870 }, { "index": 1871 }, { "index": 1872 }, { "index": 1873 }, { "index": 1874 }, { "index": 1875 }, { "index": 1877 }, { "index": 1879 }, { "index": 1881 }, { "index": 1882 }, { "index": 1883 }, { "index": 1884 }, { "index": 1885 }, { "index": 1887 }, { "index": 1888 }, { "index": 1890 }, { "index": 1891 }, { "index": 1893 }, { "index": 1894 }, { "index": 1896 }, { "index": 1897 }, { "index": 1898 }, { "index": 1900 }, { "index": 1902 }, { "index": 1904 }, { "index": 1905 }, { "index": 1906 }, { "index": 1907 }, { "index": 1909 }, { "index": 1910 }, { "index": 1912 }, { "index": 1913 }, { "index": 1914 }, { "index": 1915 }, { "index": 1916 }, { "index": 1917 }, { "index": 1918 }, { "index": 1919 }, { "index": 1920 }, { "index": 1921 }, { "index": 1922 }, { "index": 1923 }, { "index": 1924 }, { "index": 1925 }, { "index": 1926 }, { "index": 1927 }, { "index": 1928 }, { "index": 1929 }, { "index": 1930 }, { "index": 1931 }, { "index": 1932 }, { "index": 1933 }, { "index": 1934 }, { "index": 1935 }, { "index": 1937 }, { "index": 1938 }, { "index": 1939 }, { "index": 1940 }, { "index": 1941 }, { "index": 1942 }, { "index": 1943 }, { "index": 1944 }, { "index": 1945 }, { "index": 1946 }, { "index": 1947 }, { "index": 1948 }, { "index": 1949 }, { "index": 1950 }, { "index": 1951 }, { "index": 1952 }, { "index": 1953 }, { "index": 1954 }, { "index": 1955 }, { "index": 1956 }, { "index": 1957 }, { "index": 1958 }, { "index": 1959 }, { "index": 1960 }, { "index": 1961 }, { "index": 1962 }, { "index": 1966 }, { "index": 1967 }, { "index": 1969 }, { "index": 1970 }, { "index": 1971 }, { "index": 1972 }, { "index": 1973 }, { "index": 1974 }, { "index": 1975 }, { "index": 1976 }, { "index": 1977 }, { "index": 1978 }, { "index": 1979 }, { "index": 1980 }, { "index": 1981 }, { "index": 1982 }, { "index": 1983 }, { "index": 1984 }, { "index": 1985 }, { "index": 1986 }, { "index": 1987 }, { "index": 1988 }, { "index": 1989 }, { "index": 1990 }, { "index": 1991 }, { "index": 1992 }, { "index": 1993 }, { "index": 1994 }, { "index": 1995 }, { "index": 1996 }, { "index": 1997 }, { "index": 1998 }, { "index": 1999 }, { "index": 2000 }, { "index": 2001 }, { "index": 2002 }, { "index": 2003 }, { "index": 2004 }, { "index": 2005 }, { "index": 2006 }, { "index": 2007 }, { "index": 2009 }, { "index": 2010 }, { "index": 2011 }, { "index": 2012 }, { "index": 2013 }, { "index": 2014 }, { "index": 2015 }, { "index": 2016 }, { "index": 2017 }, { "index": 2018 }, { "index": 2019 }, { "index": 2020 }, { "index": 2022 }, { "index": 2023 }, { "index": 2024 }, { "index": 2025 }, { "index": 2026 }, { "index": 2027 }, { "index": 2028 }, { "index": 2029 }, { "index": 2030 }, { "index": 2031 }, { "index": 2032 }, { "index": 2034 }, { "index": 2035 }, { "index": 2036 }, { "index": 2037 }, { "index": 2038 }, { "index": 2039 }, { "index": 2040 }, { "index": 2041 }, { "index": 2042 }, { "index": 2043 }, { "index": 2044 }, { "index": 2045 }, { "index": 2046 }, { "index": 2047 }, { "index": 2048 }, { "index": 2049 }, { "index": 2050 }, { "index": 2051 }, { "index": 2052 }, { "index": 2053 }, { "index": 2055 }, { "index": 2056 }, { "index": 2057 }, { "index": 2058 }, { "index": 2059 }, { "index": 2060 }, { "index": 2061 }, { "index": 2062 }, { "index": 2063 }, { "index": 2064 }, { "index": 2065 }, { "index": 2066 }, { "index": 2070 }, { "index": 2071 }, { "index": 2072 }, { "index": 2073 }, { "index": 2074 }, { "index": 2075 }, { "index": 2076 }, { "index": 2077 }, { "index": 2078 }, { "index": 2079 }, { "index": 2080 }, { "index": 2081 }, { "index": 2082 }, { "index": 2083 }, { "index": 2084 }, { "index": 2085 }, { "index": 2086 }, { "index": 2088 }, { "index": 2089 }, { "index": 2090 }, { "index": 2091 }, { "index": 2092 }, { "index": 2093 }, { "index": 2094 }, { "index": 2095 }, { "index": 2096 }, { "index": 2097 }, { "index": 2098 }, { "index": 2099 }, { "index": 2100 }, { "index": 2101 }, { "index": 2102 }, { "index": 2103 }, { "index": 2104 }, { "index": 2105 }, { "index": 2107 }, { "index": 2108 }, { "index": 2109 }, { "index": 2111 }, { "index": 2112 }, { "index": 2113 }, { "index": 2114 }, { "index": 2115 }, { "index": 2116 }, { "index": 2117 }, { "index": 2118 }, { "index": 2119 }, { "index": 2120 }, { "index": 2121 }, { "index": 2122 }, { "index": 2123 }, { "index": 2124 }, { "index": 2125 }, { "index": 2126 }, { "index": 2127 }, { "index": 2128 }, { "index": 2129 }, { "index": 2131 }, { "index": 2132 }, { "index": 2133 }, { "index": 2134 }, { "index": 2135 }, { "index": 2136 }, { "index": 2137 }, { "index": 2138 }, { "index": 2139 }, { "index": 2140 }, { "index": 2141 }, { "index": 2142 }, { "index": 2143 }, { "index": 2144 }, { "index": 2145 }, { "index": 2146 }, { "index": 2147 }, { "index": 2148 }, { "index": 2149 }, { "index": 2150 }, { "index": 2152 }, { "index": 2153 }, { "index": 2154 }, { "index": 2156 }, { "index": 2157 }, { "index": 2158 }, { "index": 2159 }, { "index": 2160 }, { "index": 2161 }, { "index": 2163 }, { "index": 2164 }, { "index": 2165 }, { "index": 2166 }, { "index": 2167 }, { "index": 2168 }, { "index": 2169 }, { "index": 2171 }, { "index": 2172 }, { "index": 2173 }, { "index": 2175 }, { "index": 2176 }, { "index": 2177 }, { "index": 2179 }, { "index": 2180 }, { "index": 2181 }, { "index": 2182 }, { "index": 2183 }, { "index": 2184 }, { "index": 2189 }, { "index": 2190 }, { "index": 2191 }, { "index": 2192 }, { "index": 2193 }, { "index": 2194 }, { "index": 2195 }, { "index": 2196 }, { "index": 2198 }, { "index": 2199 }, { "index": 2200 }, { "index": 2201 }, { "index": 2202 }, { "index": 2203 }, { "index": 2204 }, { "index": 2205 }, { "index": 2206 }, { "index": 2207 }, { "index": 2212 }, { "index": 2213 }, { "index": 2214 }, { "index": 2215 }, { "index": 2216 }, { "index": 2217 }, { "index": 2219 }, { "index": 2220 }, { "index": 2221 }, { "index": 2222 }, { "index": 2223 }, { "index": 2224 }, { "index": 2225 }, { "index": 2227 }, { "index": 2228 }, { "index": 2229 }, { "index": 2230 }, { "index": 2231 }, { "index": 2232 }, { "index": 2233 }, { "index": 2234 }, { "index": 2235 }, { "index": 2236 }, { "index": 2237 }, { "index": 2238 }, { "index": 2239 }, { "index": 2240 }, { "index": 2241 }, { "index": 2242 }, { "index": 2243 }, { "index": 2244 }, { "index": 2245 }, { "index": 2246 }, { "index": 2247 }, { "index": 2248 }, { "index": 2249 }, { "index": 2250 }, { "index": 2251 }, { "index": 2252 }, { "index": 2253 }, { "index": 2254 }, { "index": 2255 }, { "index": 2256 }, { "index": 2258 }, { "index": 2259 }, { "index": 2260 }, { "index": 2261 }, { "index": 2262 }, { "index": 2263 }, { "index": 2264 }, { "index": 2265 }, { "index": 2266 }, { "index": 2270 }, { "index": 2271 }, { "index": 2272 }, { "index": 2273 }, { "index": 2274 }, { "index": 2275 }, { "index": 2276 }, { "index": 2277 }, { "index": 2278 }, { "index": 2279 }, { "index": 2280 }, { "index": 2281 }, { "index": 2282 }, { "index": 2285 }, { "index": 2286 }, { "index": 2287 }, { "index": 2288 }, { "index": 2289 }, { "index": 2290 }, { "index": 2291 }, { "index": 2292 }, { "index": 2293 }, { "index": 2294 }, { "index": 2295 }, { "index": 2296 }, { "index": 2297 }, { "index": 2298 }, { "index": 2299 }, { "index": 2300 }, { "index": 2302 }, { "index": 2303 }, { "index": 2304 }, { "index": 2305 }, { "index": 2306 }, { "index": 2308 }, { "index": 2310 }, { "index": 2311 }, { "index": 2312 }, { "index": 2313 }, { "index": 2314 }, { "index": 2315 }, { "index": 2318 }, { "index": 2319 }, { "index": 2321 }, { "index": 2322 }, { "index": 2323 }, { "index": 2324 }, { "index": 2325 }, { "index": 2326 }, { "index": 2329 }, { "index": 2330 }, { "index": 2331 }, { "index": 2333 }, { "index": 2334 }, { "index": 2335 }, { "index": 2336 }, { "index": 2338 }, { "index": 2339 }, { "index": 2340 }, { "index": 2341 }, { "index": 2342 }, { "index": 2343 }, { "index": 2345 }, { "index": 2346 }, { "index": 2347 }, { "index": 2348 }, { "index": 2349 }, { "index": 2350 }, { "index": 2351 }, { "index": 2353 }, { "index": 2354 }, { "index": 2355 }, { "index": 2356 }, { "index": 2362 }, { "index": 2363 }, { "index": 2364 }, { "index": 2365 }, { "index": 2366 }, { "index": 2367 }, { "index": 2368 }, { "index": 2370 }, { "index": 2371 }, { "index": 2372 }, { "index": 2375 } ] ================================================ FILE: helper_files/dexter_voice_index.json ================================================ [ { "index": 842, "language": "cy", "name": "" }, { "index": 843, "language": "tr", "name": "" }, { "index": 844, "language": "sv", "name": "" }, { "index": 845, "language": "es", "name": "" }, { "index": 846, "language": "es", "name": "" }, { "index": 847, "language": "es", "name": "" }, { "index": 848, "language": "es", "name": "" }, { "index": 849, "language": "pl", "name": "" }, { "index": 850, "language": "hr", "name": "" }, { "index": 851, "language": "ru", "name": "" }, { "index": 852, "language": "ru", "name": "" }, { "index": 853, "language": "ro", "name": "" }, { "index": 854, "language": "pt", "name": "" }, { "index": 855, "language": "pt", "name": "" }, { "index": 856, "language": "pt", "name": "" }, { "index": 857, "language": "pt", "name": "" }, { "index": 858, "language": "pl", "name": "" }, { "index": 859, "language": "pl", "name": "" }, { "index": 860, "language": "ms", "name": "" }, { "index": 861, "language": "ms", "name": "" }, { "index": 862, "language": "lt", "name": "" }, { "index": 863, "language": "lv", "name": "" }, { "index": 865, "language": "kn", "name": "" }, { "index": 866, "language": "ja", "name": "" }, { "index": 867, "language": "it", "name": "" }, { "index": 868, "language": "it", "name": "" }, { "index": 869, "language": "hu", "name": "" }, { "index": 871, "language": "ar", "name": "" }, { "index": 872, "language": "el", "name": "" }, { "index": 873, "language": "es", "name": "" }, { "index": 874, "language": "fr", "name": "" }, { "index": 875, "language": "fi", "name": "" }, { "index": 876, "language": "fi", "name": "" }, { "index": 877, "language": "es", "name": "" }, { "index": 878, "language": "nl", "name": "" }, { "index": 879, "language": "nl", "name": "" }, { "index": 880, "language": "de", "name": "" }, { "index": 881, "language": "cs", "name": "" }, { "index": 882, "language": "cs", "name": "" }, { "index": 883, "language": "hr", "name": "" }, { "index": 884, "language": "es", "name": "" }, { "index": 885, "language": "bg", "name": "" }, { "index": 886, "language": "es", "name": "" }, { "index": 887, "language": "id", "name": "" }, { "index": 888, "language": "id", "name": "" }, { "index": 889, "language": "ar", "name": "" }, { "index": 890, "language": "en", "name": "Default British Womam" }, { "index": 891, "language": "en", "name": "More enthusiastic British Woman" }, { "index": 892, "language": "en", "name": "Default male voice" }, { "index": 893, "language": "en", "name": "Steph Curry" }, { "index": 894, "language": "en", "name": "Default male voice" }, { "index": 895, "language": "en", "name": "Default male voice" }, { "index": 896, "language": "en", "name": "Speed McQueen" }, { "index": 897, "language": "en", "name": "Jackson Storm" }, { "index": 898, "language": "en", "name": "Boy Band" }, { "index": 899, "language": "en", "name": "Arnold Schwarzenegger" }, { "index": 900, "language": "en", "name": "Altimet" }, { "index": 901, "language": "en", "name": "Default female voice" }, { "index": 902, "language": "pt", "name": "" }, { "index": 903, "language": "es", "name": "" }, { "index": 904, "language": "es", "name": "" }, { "index": 905, "language": "es", "name": "" }, { "index": 906, "language": "es", "name": "" }, { "index": 907, "language": "pt", "name": "" }, { "index": 909, "language": "pt", "name": "" }, { "index": 910, "language": "en", "name": "Liam Neeson" }, { "index": 911, "language": "en", "name": "The Grand Tour (Clarkson, Hammond & May)" }, { "index": 912, "language": "th", "name": "" }, { "index": 913, "language": "en", "name": "Liam Neeson" }, { "index": 914, "language": "he", "name": "" }, { "index": 915, "language": "zh", "name": "" }, { "index": 916, "language": "he", "name": "" }, { "index": 917, "language": "zh", "name": "" }, { "index": 918, "language": "tr", "name": "" }, { "index": 919, "language": "fa", "name": "" }, { "index": 920, "language": "ru", "name": "" }, { "index": 921, "language": "it", "name": "" }, { "index": 922, "language": "he", "name": "" }, { "index": 923, "language": "ru", "name": "" }, { "index": 924, "language": "nl", "name": "" }, { "index": 926, "language": "hu", "name": "" }, { "index": 927, "language": "cs", "name": "" }, { "index": 928, "language": "en", "name": "Dian Sastrowardoyo (Asian Games Promo)" }, { "index": 929, "language": "id", "name": "" }, { "index": 930, "language": "no", "name": "" }, { "index": 931, "language": "en", "name": "Forza Horizon 4 (Maurice LaMarche)" }, { "index": 932, "language": "es", "name": "" }, { "index": 935, "language": "uk", "name": "" }, { "index": 936, "language": "es", "name": "" }, { "index": 937, "language": "es", "name": "" }, { "index": 938, "language": "es", "name": "" }, { "index": 939, "language": "lv", "name": "" }, { "index": 940, "language": "id", "name": "" }, { "index": 941, "language": "en", "name": "Move" }, { "index": 942, "language": "es", "name": "" }, { "index": 943, "language": "fi", "name": "" }, { "index": 944, "language": "es", "name": "" }, { "index": 945, "language": "en", "name": "Leona Chin" }, { "index": 946, "language": "en", "name": "Cookie Monster" }, { "index": 947, "language": "en", "name": "DJ Khalid" }, { "index": 948, "language": "ru", "name": "" }, { "index": 949, "language": "es", "name": "" }, { "index": 950, "language": "en", "name": "Toy Story" }, { "index": 952, "language": "en", "name": "Catriona Grey" }, { "index": 953, "language": "de", "name": "" }, { "index": 955, "language": "pt", "name": "" }, { "index": 956, "language": "es", "name": "" }, { "index": 957, "language": "es", "name": "" }, { "index": 958, "language": "es", "name": "" }, { "index": 959, "language": "en", "name": "Lincoln Canada" }, { "index": 960, "language": "fr", "name": "" }, { "index": 961, "language": "es", "name": "" }, { "index": 962, "language": "pt", "name": "" }, { "index": 964, "language": "es", "name": "" }, { "index": 965, "language": "es", "name": "" }, { "index": 967, "language": "en", "name": "Coca-Cola Santa" }, { "index": 968, "language": "sl", "name": "" }, { "index": 969, "language": "de", "name": "" }, { "index": 970, "language": "ko", "name": "" }, { "index": 971, "language": "ms", "name": "" }, { "index": 972, "language": "id", "name": "" }, { "index": 973, "language": "tl", "name": "" }, { "index": 974, "language": "zh", "name": "" }, { "index": 976, "language": "en", "name": "Batman" }, { "index": 977, "language": "en", "name": "The Riddler" }, { "index": 978, "language": "pt", "name": "" }, { "index": 979, "language": "pt", "name": "" }, { "index": 980, "language": "es", "name": "" }, { "index": 981, "language": "es", "name": "" }, { "index": 982, "language": "en", "name": "Dizzee Rascal" }, { "index": 983, "language": "es", "name": "" }, { "index": 984, "language": "es", "name": "" }, { "index": 985, "language": "pt", "name": "" }, { "index": 986, "language": "en", "name": "Santa" }, { "index": 989, "language": "lt", "name": "" }, { "index": 990, "language": "es", "name": "" }, { "index": 992, "language": "pt", "name": "" }, { "index": 993, "language": "fr", "name": "" }, { "index": 994, "language": "fr", "name": "" }, { "index": 995, "language": "en", "name": "Dog" }, { "index": 996, "language": "en", "name": "Cat" }, { "index": 997, "language": "en", "name": "Boy George" }, { "index": 998, "language": "es", "name": "" }, { "index": 999, "language": "es", "name": "" }, { "index": 1001, "language": "en", "name": "Master Chief" }, { "index": 1002, "language": "en", "name": "Escharum" }, { "index": 1003, "language": "es", "name": "" }, { "index": 1004, "language": "es", "name": "" }, { "index": 1005, "language": "fr", "name": "" }, { "index": 1006, "language": "fr", "name": "" }, { "index": 1007, "language": "pt", "name": "" }, { "index": 1008, "language": "pt", "name": "" }, { "index": 1009, "language": "en", "name": "Paw Patrol" }, { "index": 1010, "language": "en", "name": "Fraggle Rock Red" }, { "index": 1012, "language": "en", "name": "Headspace" }, { "index": 1013, "language": "fr", "name": "" }, { "index": 1014, "language": "es", "name": "" }, { "index": 1015, "language": "es", "name": "" }, { "index": 1016, "language": "pt", "name": "" }, { "index": 1017, "language": "en", "name": "Dexter Morgan" }, { "index": 1019, "language": "it", "name": "" }, { "index": 1021, "language": "en", "name": "Australian Female Voice" }, { "index": 1022, "language": "en", "name": "Santa 1022" }, { "index": 1023, "language": "en", "name": "" }, { "index": 1024, "language": "fr", "name": "" }, { "index": 1025, "language": "es", "name": "" }, { "index": 1026, "language": "es", "name": "" }, { "index": 1027, "language": "en", "name": "Australian Male Voice" }, { "index": 1028, "language": "en", "name": "Cupid" }, { "index": 1029, "language": "en", "name": "Christina Aguilera" }, { "index": 1030, "language": "es", "name": "" }, { "index": 1031, "language": "es", "name": "" }, { "index": 1032, "language": "en", "name": "Women's History Month" }, { "index": 1033, "language": "en", "name": "" }, { "index": 1034, "language": "en", "name": "" }, { "index": 1035, "language": "en", "name": "" }, { "index": 1036, "language": "fr", "name": "" }, { "index": 1037, "language": "fr", "name": "" }, { "index": 1038, "language": "fr", "name": "" }, { "index": 1039, "language": "pt", "name": "" }, { "index": 1040, "language": "pt", "name": "" }, { "index": 1041, "language": "pt", "name": "" }, { "index": 1042, "language": "es", "name": "" }, { "index": 1043, "language": "es", "name": "" }, { "index": 1044, "language": "en", "name": "Five Nights at Freddys" }, { "index": 1045, "language": "fr", "name": "" }, { "index": 1046, "language": "fr", "name": "" }, { "index": 1047, "language": "fr", "name": "" }, { "index": 1048, "language": "en", "name": "Cupid" }, { "index": 1049, "language": "en", "name": "The Queen" }, { "index": 1050, "language": "en", "name": "Kehlani" }, { "index": 1051, "language": "en", "name": "Not sure - deep male voice" }, { "index": 1053, "language": "en", "name": "The Queen" }, { "index": 1056, "language": "es", "name": "" }, { "index": 1057, "language": "es", "name": "" }, { "index": 1058, "language": "en", "name": "Car" }, { "index": 1061, "language": "pt", "name": "" }, { "index": 1066, "language": "en", "name": "" }, { "index": 1068, "language": "es", "name": "" }, { "index": 1100, "language": "pt", "name": "" }, { "index": 1114, "language": "en", "name": "" }, { "index": 1115, "language": "en", "name": "" }, { "index": 1116, "language": "fr", "name": "" }, { "index": 1119, "language": "pt", "name": "" }, { "index": 1121, "language": "es", "name": "" }, { "index": 1124, "language": "fr", "name": "" }, { "index": 1125, "language": "en", "name": "" }, { "index": 1126, "language": "en", "name": "" }, { "index": 1127, "language": "pt", "name": "" }, { "index": 1128, "language": "fr", "name": "" }, { "index": 1129, "language": "pt", "name": "" }, { "index": 1130, "language": "pt", "name": "" }, { "index": 1135, "language": "en", "name": "Mindful Driving" }, { "index": 1137, "language": "en", "name": "Cupid" }, { "index": 1148, "language": "en", "name": "" }, { "index": 1149, "language": "fr", "name": "" }, { "index": 1150, "language": "pt", "name": "" }, { "index": 1151, "language": "es", "name": "" }, { "index": 1153, "language": "en", "name": "" }, { "index": 1154, "language": "fr", "name": "" }, { "index": 1155, "language": "fr", "name": "" }, { "index": 1156, "language": "pt", "name": "" }, { "index": 1157, "language": "es", "name": "" }, { "index": 1158, "language": "en", "name": "Mancunian Accent" }, { "index": 1159, "language": "en", "name": "Some other british accent" }, { "index": 1160, "language": "en", "name": "Some other british accent" }, { "index": 1162, "language": "en", "name": "Some other british accent" }, { "index": 1169, "language": "es", "name": "" }, { "index": 1170, "language": "en", "name": "Bam - Batmobile" }, { "index": 1172, "language": "pt", "name": "" }, { "index": 1173, "language": "es", "name": "" }, { "index": 1178, "language": "en", "name": "Some kind of error pack" }, { "index": 1182, "language": "fr", "name": "" }, { "index": 1220, "language": "en", "name": "Sports Announcer" }, { "index": 1221, "language": "fr", "name": "" }, { "index": 1222, "language": "pt", "name": "" }, { "index": 1223, "language": "es", "name": "" }, { "index": 1225, "language": "pt", "name": "" }, { "index": 1226, "language": "es", "name": "" }, { "index": 1231, "language": "es", "name": "" }, { "index": 1235, "language": "pt", "name": "" }, { "index": 1236, "language": "it", "name": "" }, { "index": 1241, "language": "pt", "name": "" }, { "index": 1243, "language": "pt", "name": "" }, { "index": 1248, "language": "pt", "name": "" }, { "index": 1256, "language": "pt", "name": "" }, { "index": 1259, "language": "es", "name": "" }, { "index": 1264, "language": "pt", "name": "" }, { "index": 1272, "language": "es", "name": "" }, { "index": 1273, "language": "fr", "name": "" }, { "index": 1274, "language": "en", "name": "Santa" }, { "index": 1276, "language": "en", "name": "Mrs. Claus" }, { "index": 1291, "language": "pt", "name": "" }, { "index": 1298, "language": "pt", "name": "" }, { "index": 1310, "language": "en", "name": "Santa" }, { "index": 1318, "language": "es", "name": "" }, { "index": 1319, "language": "en", "name": "BAM Batman Car" }, { "index": 1320, "language": "es", "name": "" }, { "index": 1321, "language": "fr", "name": "" }, { "index": 1326, "language": "es", "name": "" }, { "index": 1333, "language": "pt", "name": "" }, { "index": 1337, "language": "pt", "name": "" }, { "index": 1340, "language": "en", "name": "BAM Batman Car" }, { "index": 1342, "language": "es", "name": "" }, { "index": 1345, "language": "es", "name": "" }, { "index": 1358, "language": "es", "name": "" }, { "index": 1363, "language": "pt", "name": "" }, { "index": 1367, "language": "pt", "name": "" }, { "index": 1369, "language": "es", "name": "" }, { "index": 1370, "language": "es", "name": "" }, { "index": 1382, "language": "en", "name": "BAM Batman Car" }, { "index": 1395, "language": "fr", "name": "" }, { "index": 1402, "language": "pt", "name": "" }, { "index": 1409, "language": "es", "name": "" }, { "index": 1415, "language": "fr", "name": "" }, { "index": 1427, "language": "fr", "name": "" }, { "index": 1428, "language": "fr", "name": "" }, { "index": 1429, "language": "fr", "name": "" }, { "index": 1430, "language": "fr", "name": "" }, { "index": 1431, "language": "fr", "name": "" }, { "index": 1432, "language": "fr", "name": "" }, { "index": 1435, "language": "en", "name": "Famous guy - I forget the name" }, { "index": 1456, "language": "unknown", "name": "" }, { "index": 1463, "language": "es", "name": "" }, { "index": 1465, "language": "es", "name": "" }, { "index": 1475, "language": "es", "name": "" }, { "index": 1476, "language": "pt", "name": "" }, { "index": 1802, "language": "unknown", "name": "" }, { "index": 1848, "language": "en", "name": "" }, { "index": 1853, "language": "en", "name": "" }, { "index": 1858, "language": "en", "name": "" }, { "index": 1876, "language": "en", "name": "" }, { "index": 1878, "language": "en", "name": "" }, { "index": 1880, "language": "en", "name": "" }, { "index": 1886, "language": "en", "name": "" }, { "index": 1889, "language": "en", "name": "" }, { "index": 1892, "language": "en", "name": "" }, { "index": 1895, "language": "en", "name": "" }, { "index": 1899, "language": "en", "name": "" }, { "index": 1901, "language": "en", "name": "" }, { "index": 1903, "language": "en", "name": "" }, { "index": 1908, "language": "en", "name": "" }, { "index": 1911, "language": "en", "name": "" }, { "index": 1936, "language": "en", "name": "" }, { "index": 1963, "language": "en", "name": "" }, { "index": 1964, "language": "he", "name": "" }, { "index": 1965, "language": "he", "name": "" }, { "index": 1968, "language": "es", "name": "" }, { "index": 2008, "language": "en", "name": "" }, { "index": 2021, "language": "en", "name": "" }, { "index": 2033, "language": "en", "name": "" }, { "index": 2054, "language": "en", "name": "" }, { "index": 2067, "language": "fr", "name": "" }, { "index": 2068, "language": "en", "name": "" }, { "index": 2069, "language": "de", "name": "" }, { "index": 2087, "language": "pt", "name": "" }, { "index": 2106, "language": "en", "name": "" }, { "index": 2110, "language": "pt", "name": "" }, { "index": 2130, "language": "en", "name": "" }, { "index": 2151, "language": "en", "name": "" }, { "index": 2155, "language": "fr", "name": "" }, { "index": 2162, "language": "pt", "name": "" }, { "index": 2170, "language": "unknown", "name": "" }, { "index": 2174, "language": "en", "name": "" }, { "index": 2178, "language": "en", "name": "" }, { "index": 2185, "language": "ar", "name": "" }, { "index": 2186, "language": "ar", "name": "" }, { "index": 2187, "language": "ar", "name": "" }, { "index": 2188, "language": "ar", "name": "" }, { "index": 2197, "language": "en", "name": "" }, { "index": 2208, "language": "en", "name": "" }, { "index": 2209, "language": "fr", "name": "" }, { "index": 2210, "language": "pt", "name": "" }, { "index": 2211, "language": "es", "name": "" }, { "index": 2218, "language": "en", "name": "" }, { "index": 2226, "language": "es", "name": "" }, { "index": 2257, "language": "en", "name": "" }, { "index": 2267, "language": "en", "name": "" }, { "index": 2268, "language": "pt", "name": "" }, { "index": 2269, "language": "fr", "name": "" }, { "index": 2283, "language": "en", "name": "" }, { "index": 2284, "language": "en", "name": "" }, { "index": 2301, "language": "en", "name": "" }, { "index": 2307, "language": "en", "name": "" }, { "index": 2309, "language": "en", "name": "" }, { "index": 2316, "language": "en", "name": "" }, { "index": 2317, "language": "en", "name": "" }, { "index": 2320, "language": "en", "name": "" }, { "index": 2327, "language": "en", "name": "" }, { "index": 2328, "language": "en", "name": "" }, { "index": 2332, "language": "en", "name": "" }, { "index": 2337, "language": "en", "name": "" }, { "index": 2344, "language": "en", "name": "" }, { "index": 2352, "language": "en", "name": "" }, { "index": 2357, "language": "pt", "name": "" }, { "index": 2358, "language": "fr", "name": "" }, { "index": 2359, "language": "es", "name": "" }, { "index": 2360, "language": "en", "name": "" }, { "index": 2361, "language": "en", "name": "" }, { "index": 2369, "language": "en", "name": "" }, { "index": 2373, "language": "fr", "name": "" }, { "index": 2374, "language": "pt", "name": "" } ] ================================================ FILE: helper_files/mp3_language_detector.py ================================================ import whisper import os import path_finder def detect_language_from_mp3(mp3_path: str) -> str: """ Detect spoken language in an MP3 file using Whisper. Args: mp3_path (str): Path to MP3 file Returns: str: Detected language (e.g., 'en', 'es', 'fr') """ # Load model (small is a good balance of speed/accuracy) model = whisper.load_model("small") # Load and preprocess audio audio = whisper.load_audio(mp3_path) audio = whisper.pad_or_trim(audio) # Convert to log-Mel spectrogram mel = whisper.log_mel_spectrogram(audio).to(model.device) # Detect language _, probs = model.detect_language(mel) # Get highest probability language detected_lang = max(probs, key=probs.get) return detected_lang def analyze_pack(pack_path: str, verbose: bool = False) -> dict: tally = {} # go over all the items in waze_filename_paths.json and analyze the mp3 and detect language. print the results if verbose: print(f"Analyzing voice pack at: {pack_path}...") for filename, waze_path in path_finder.filenames_and_paths.items(): full_path = os.path.join(pack_path, waze_path) if os.path.exists(full_path): language = detect_language_from_mp3(full_path) if verbose: print(f"File: {waze_path} - Detected Language: {language}") # add to tally if language in tally: tally[language] += 1 else: tally[language] = 1 else: print(f"File: {waze_path} does not exist in the provided pack path.") return tally def deduce_primary_language(pack_path: str, verbose: bool = False) -> str: tally = analyze_pack(pack_path, verbose) if not tally: return "unknown" # find the language with the highest count primary_language = max(tally, key=tally.get) return primary_language if __name__ == "__main__": cwd = os.path.dirname(os.path.abspath(__file__)) sample_pack_path = os.path.join(cwd, "test_packs", "Voice 2") print(deduce_primary_language(sample_pack_path)) ================================================ FILE: helper_files/path_finder.py ================================================ """Compatibility wrapper: load the filename => waze path mapping from JSON. The canonical data is stored in `helper_files/waze_filename_paths.json` so other tools or non-Python environments can consume it easily. This module keeps the same `filenames_and_paths` variable for backwards compatibility with existing imports. """ import json import os _here = os.path.dirname(__file__) _json_path = os.path.join(_here, "waze_filename_paths.json") try: with open(_json_path, "r", encoding="utf-8") as _f: filenames_and_paths = json.load(_f) except Exception: # fall back to an empty dict so imports don't break filenames_and_paths = {} ================================================ FILE: helper_files/readme_generator.py ================================================ import json import os with open('helper_files/waze_vps.json', 'r') as f: waze_vps_json = f.read() SHARE_BASE_URI = "https://waze.com/ul?acvp=" FILES_BASE_URI = "https://voice-prompts-ipv6.waze.com/" FILES_URI_SUFFIX = ".tar.gz" def generate_official_voicepacks_markdown_table(waze_vps_json) -> str: waze_vps = json.loads(waze_vps_json) official_voicepacks = waze_vps.get("Official Voicepacks", []) # sort official voicepacks by name (case-insensitive) before rendering official_voicepacks = sorted(official_voicepacks, key=lambda vp: (vp.get("name") or "").lower()) markdown_table = "| Name | Link | Language | mp3 files | Notes |\n" markdown_table += "|------|----------|----------|-----------|-------|\n" for vp in official_voicepacks: name = vp.get("name", "N/A") language = vp.get("language", "N/A") uuid = vp.get("uuid", "N/A") notes = vp.get("notes", "") blog = vp.get("blog", "") if blog: notes = f"[Blog Post]({blog}) " + notes share_link = f"{SHARE_BASE_URI}{uuid}" files_link = f"{FILES_BASE_URI}{uuid}{FILES_URI_SUFFIX}" markdown_table += f"| {name} | [Link]({share_link}) | {language} | [mp3 files]({files_link}) | {notes} |\n" return markdown_table def generate_community_voicepacks_markdown_table(waze_vps_json) -> str: waze_vps = json.loads(waze_vps_json) community_voicepacks = waze_vps.get("Community Voicepacks", []) # sort community voicepacks by name (case-insensitive) before rendering community_voicepacks = sorted(community_voicepacks, key=lambda vp: (vp.get("name") or "").lower()) markdown_table = "| Name | Link | Language | mp3 files | Notes |\n" markdown_table += "|------|----------|----------|-----------|-------|\n" for vp in community_voicepacks: name = vp.get("name", "N/A") language = vp.get("language", "N/A") uuid = vp.get("uuid", "N/A") share_link = f"{SHARE_BASE_URI}{uuid}" files_link = f"{FILES_BASE_URI}{uuid}{FILES_URI_SUFFIX}" # if the vp has the "author" field, include it in the notes author = vp.get("author", "") author_link = vp.get("author_link", "") author_2 = vp.get("author_2", "") author_2_link = vp.get("author_2_link", "") mp3_files_additional_note = vp.get("mp3_files_additional_note", "") json_notes = vp.get("notes", "") if author: if author_link: notes = f"By [{author}]({author_link})" else: notes = f"By {author}" if author_2_link: notes += f" and [{author_2}]({author_2_link})" elif author_2: notes += f" and {author_2}" else: notes = "" if json_notes: notes += f" {json_notes}" markdown_table += f"| {name} | [Link]({share_link}) | {language} | [mp3 files{mp3_files_additional_note}]({files_link}) | {notes} |\n" return markdown_table intro_string = """# Waze Voicepack Links A community-maintained archive of classic and custom Waze GPS voices — all in one place. Bring back your favorite characters, celebrities, and custom voice packs that have disappeared from the official app over the years. ## 🚗 What Is This? This repository collects publicly shareable Waze voicepack links so they don’t get lost in old Reddit threads, dead websites, or outdated blog posts. **If you’ve ever thought:** > “Where did my favorite Waze voice go?” **This is for you.** The goal is to keep these voices: - Easy to find - Easy to install - Community-maintained ## 📲 How to Install a Voicepack 1. Install the **Waze app** on your phone. 2. Open this repository **on the same device**. 3. Tap a voice link from the list. 4. Waze will open and download the voice. --- # Waze Official Voice List This list contains current and former contracted celebrities and voice actors who at one point had their voices officially on the Waze App. Their voices have since been saved and converted into user-made custom voice packs with shareable links of varying quality. """ community_list_intro_string = """ # Waze Community Voice List This list contains user-created voice packs made by the Waze community. These voices are often created using the in-app microphone recording feature or by uploading `.mp3` files to Waze's servers. The quality of these voice packs can vary greatly depending on the source of the audio files used to create them. """ outro_string = """ ## Have mp3 files? See these [instructions](https://github.com/pipeeeeees/waze-voicepack-links/tree/main/mp3_upload#how-to-upload-your-own-mp3-files-to-make-a-waze-voicepack-link) on how to upload using this repository. The Android Emulator method is no longer recommended due to its complexity and manual effort required. The advantage of using files to create packs rather than using the in-app microphone is the preservation of audio quality. By default, Waze heavily compresses the in-app recordings making them sound muffled. While the file upload method may also involve some file compression on the server side, the audio quality is far superior to the in-app recording method. ## Stance on A.I. Generated Voicepacks Given the proliferation of A.I. voice generation tools in the hands of the public, there is an influx of A.I. generated Waze navigation voicepacks. These are often created without the explicit permission of the person or IP owner these voices belong to. This is a clear concern. The purpose of this repository is to act as an archive of the internet's Waze voicepacks while providing tools to create permanent shareable Waze voicepack links. As the creator of this repository, I do not own the voice content stored on Waze's servers - only the files and text in this repository. To address the ethical concerns surrounding A.I. generated voicepacks, I have established the following guidelines: - Any known A.I. voicepacks will be labeled as such in the 'Title' column of the lists above. If you find a voice in the lists above to be A.I. generated but not correctly labeled, please open an issue or a pull request with the corrected title. - If the voice actor or IP owner for an A.I. generated voicepack in the list above would like to have a pack removed from this list, the request will be honored. Please open a new issue with the request and I or a contributor will get back to you. """ def generate_readme(waze_vps_json): official_table = generate_official_voicepacks_markdown_table(waze_vps_json) community_table = generate_community_voicepacks_markdown_table(waze_vps_json) readme_content = f"{intro_string}\n{official_table}\n{community_list_intro_string}\n{community_table}\n{outro_string}" # generate README.md file in cwd / helper_files directory (remove old one if it exists) cwd = os.getcwd() readme_path = os.path.join(cwd, 'helper_files/README.md') if os.path.exists(readme_path): os.remove(readme_path) with open(readme_path, 'w') as f: f.write(readme_content) if __name__ == "__main__": #official_table = generate_official_voicepacks_markdown_table(waze_vps_json) #community_table = generate_community_voicepacks_markdown_table(waze_vps_json) generate_readme(waze_vps_json) ================================================ FILE: helper_files/waze_filename_paths.json ================================================ { "200.mp3": "voices/200/1.mp3", "200meters.mp3": "voices/200meters/1.mp3", "400.mp3": "voices/400/1.mp3", "400meters.mp3": "voices/400meters/1.mp3", "800.mp3": "voices/800/1.mp3", "800meters.mp3": "voices/800meters/1.mp3", "1000meters.mp3": "voices/1000meters/1.mp3", "1500.mp3": "voices/1500/1.mp3", "1500meters.mp3": "voices/1500meters/1.mp3", "AndThen.mp3": "voices/AndThen/1.mp3", "ApproachAccident.mp3": "voices/ApproachAccident/1.mp3", "ApproachHazard.mp3": "voices/ApproachHazard/1.mp3", "ApproachRedLightCam.mp3": "voices/ApproachRedLightCam/1.mp3", "ApproachSpeedCam.mp3": "voices/ApproachSpeedCam/1.mp3", "ApproachTraffic.mp3": "voices/ApproachTraffic/1.mp3", "Arrive.mp3": "voices/Arrive/1.mp3", "ExitLeft.mp3": "voices/ExitLeft/1.mp3", "ExitRight.mp3": "voices/ExitRight/1.mp3", "Fifth.mp3": "voices/Fifth/1.mp3", "First.mp3": "voices/First/1.mp3", "Fourth.mp3": "voices/Fourth/1.mp3", "KeepLeft.mp3": "voices/KeepLeft/1.mp3", "KeepRight.mp3": "voices/KeepRight/1.mp3", "Police.mp3": "voices/Police/1.mp3", "Roundabout.mp3": "voices/Roundabout/1.mp3", "Second.mp3": "voices/Second/1.mp3", "Seventh.mp3": "voices/Seventh/1.mp3", "Sixth.mp3": "voices/Sixth/1.mp3", "StartDrive1.mp3": "voices/StartDrive/1.mp3", "StartDrive2.mp3": "voices/StartDrive/2.mp3", "StartDrive3.mp3": "voices/StartDrive/3.mp3", "StartDrive4.mp3": "voices/StartDrive/4.mp3", "StartDrive5.mp3": "voices/StartDrive/5.mp3", "StartDrive6.mp3": "voices/StartDrive/6.mp3", "StartDrive7.mp3": "voices/StartDrive/7.mp3", "StartDrive8.mp3": "voices/StartDrive/8.mp3", "StartDrive9.mp3": "voices/StartDrive/9.mp3", "Straight.mp3": "voices/Straight/1.mp3", "Third.mp3": "voices/Third/1.mp3", "TickerPoints.mp3": "voices/TickerPoints/1.mp3", "TurnLeft.mp3": "voices/TurnLeft/1.mp3", "TurnRight.mp3": "voices/TurnRight/1.mp3", "uturn.mp3": "voices/uturn/1.mp3" } ================================================ FILE: helper_files/waze_vps.json ================================================ { "Official Voicepacks": [ { "name": "Aerobic Instructor 80s", "language": "English", "uuid": "25490e25-4f56-4c76-a82c-0e77b6c49031", "blog": "https://blog.google/waze/drive-back-to-the-70-80s-and-90s/" }, { "name": "Alien", "language": "English", "uuid": "6086eb80-ee87-4841-93ae-1f212817293d" }, { "name": "Altimet (Malaysian Rapper)", "language": "English", "uuid": "c64ed3e0-e66a-4a36-91d0-38584fb1e0a0" }, { "name": "Andy Field (FNAF)", "language": "English", "uuid": "ed951015-c73c-439f-9bbb-0393f0cd4f05" }, { "name": "Armie Hammer (Jackson Storm, Cars 3)", "language": "English", "uuid": "b35569c3-02ec-4c2e-9671-69a693ccb468" }, { "name": "Arnold Schwarzenegger (Terminator)", "language": "English", "uuid": "2c87c51a-2646-41ad-9cc8-f119cacc0521" }, { "name": "Batman (Kevin Conroy)", "language": "English", "uuid": "25aff279-476a-4031-a957-0ae982996ae1" }, { "name": "Boy Band", "language": "English", "uuid": "bb79bd55-be60-48b9-bf7f-170e31931ed8" }, { "name": "Boy George", "language": "English", "uuid": "7c06133e-73e7-40e9-9e65-f1317c10863c" }, { "name": "British, Brummie Accent", "language": "English", "uuid": "0aa9bd57-5f6d-4ccb-a975-945b6411ecb0" }, { "name": "British, Cockney Accent", "language": "English", "uuid": "188f9e23-dc30-46e3-8a15-6225f2e2f770" }, { "name": "British, Mancunian Accent", "language": "English", "uuid": "c9db976c-a160-42a9-af76-fb5c731a5bad" }, { "name": "C-3PO (Star Wars)", "language": "English", "uuid": "7EE59258-28AF-46D4-99F0-FE24808F04E0" }, { "name": "C-3PO (Star Wars)", "language": "Spanish", "uuid": "65BD7D6B-DF3B-4649-B5E0-E5796F8E0B43", "notes": "Missing crash reported" }, { "name": "Catriona Gray (BDO)", "language": "English", "uuid": "2c029ee1-060c-44e3-a831-48eac91c68a5" }, { "name": "Christina Aguilera", "language": "English", "uuid": "57972da3-2992-44e4-a915-bafe3d45cf07" }, { "name": "Christina Aquilera", "language": "Spanish", "uuid": "11d32e15-4ccf-49ad-a3eb-82c280a90210" }, { "name": "Colonel Sanders (KFC)", "language": "English", "uuid": "64fe16b4-2654-4372-b03c-4c204d4744d8" }, { "name": "Cookie Monster", "language": "English", "uuid": "e5573cae-b627-41f6-8d85-4c781e64aaaa" }, { "name": "Cupid", "language": "English", "uuid": "9400427c-f69b-4be2-bdbf-6ee9f34789c2" }, { "name": "Dian Sastrowardoyo (Asian Games Promo)", "language": "English", "uuid": "2927b233-4902-45ba-8a4d-b13b2efc270c" }, { "name": "Dizzee Rascal", "language": "English", "uuid": "2c566b13-6a2a-4881-819b-8db54453bcfb" }, { "name": "DJ 70's", "language": "English", "uuid": "656e7daf-a963-43d6-9c86-e9c32d83dbe5" }, { "name": "DJ Khaled (by Deezer)", "language": "English", "uuid": "d57d7544-712a-4b6a-856c-915df7e7bff7" }, { "name": "Dog", "language": "English", "uuid": "590c035b-986a-4bc7-a665-a3c271017894" }, { "name": "Ed Helms", "language": "English", "uuid": "241CD4A3-3E35-4EBB-822B-BAC71CB3563A" }, { "name": "Elvis Presley", "language": "English", "uuid": "a743c4e4-a1ca-433f-b989-96bbeff0f84b" }, { "name": "Escharum (Halo)", "language": "English", "uuid": "3f81ff34-466c-4aba-b984-25406a02e3d1" }, { "name": "Forza Horizon 4 (Maurice LaMarche)", "language": "English", "uuid": "9f7baf1d-16f4-4cb9-9e52-5b8e292aa8fb" }, { "name": "Fraggle Rock Red", "language": "English", "uuid": "be9d2814-7392-4d96-839d-546de5867620" }, { "name": "Glasgow - Jim", "language": "English", "uuid": "d600f88e-cfdf-46ea-9a5a-8d9c5d3a22c4" }, { "name": "Hasan Minhaj", "language": "English", "uuid": "351bc8e6-1ea0-4f6b-a6b5-f85156ac803e", "blog": "https://blog.google/waze/hasan-minhaj-takes-the-front-seat-in-new-waze-experience/" }, { "name": "Honkai Star Rail (March 7th)", "language": "English", "uuid": "04277f8e-078e-43ad-8de9-05a757c2b574" }, { "name": "Jay Leno", "language": "English", "uuid": "1F511A6F-6DF3-46E0-858D-53E6D489A0FE", "notes": "Missing U-Turn" }, { "name": "Kehlani", "language": "English", "uuid": "3f61193b-3aa4-4b36-a988-5de7763add24" }, { "name": "Kevin Hart", "language": "English", "uuid": "7D8213FA-2FD5-41D5-A26E-2ADC971E65F7", "notes": "Missing U-Turn" }, { "name": "Leona Chin (Road Safety Ambassador)", "language": "English", "uuid": "1c85e0f4-f3d1-4142-a4c5-eae882bc88b4" }, { "name": "Liam Neeson (The Commuter)", "language": "English", "uuid": "996e7c80-7922-4b5e-93b3-39beff864f3c" }, { "name": "Lincoln Canada", "language": "English", "uuid": "19a85755-d7ff-43e8-8b4c-74780f7cf0ce" }, { "name": "Madea (Tyler Perry)", "language": "English", "uuid": "583004cf-2ee5-430d-bdb5-03c612fdd2ec" }, { "name": "Master Chief (Halo)", "language": "English", "uuid": "952be556-8e63-464f-ae76-7f6151a17e0a" }, { "name": "Matilda", "language": "English", "uuid": "cd7a6851-bfb0-4f7d-ad13-545509acca74", "notes": "Australian Accent" }, { "name": "Michael C. Hall (Dexter Morgan)", "language": "English", "uuid": "5a5af23c-c2ee-4e90-9676-bb5d45e60894" }, { "name": "Mimiyuuuh (Lazada)", "language": "Filipino", "uuid": "c426fd75-3347-4d6a-bced-7a31a7e1cac3" }, { "name": "Morgan Freeman (London Has Fallen)", "language": "English", "uuid": "559355fc-0e30-47ac-b6e8-a915c77840ce" }, { "name": "Move Puns", "language": "English", "uuid": "2634ae6a-3e2c-47c8-a45d-042d771e69bc", "notes": "Unsure of actual title" }, { "name": "Mr. T", "language": "English", "uuid": "3D852AE0-9EB4-4BBA-995E-A403CB7FAEDC", "notes": "Poor audio quality" }, { "name": "Mrs. Claus", "language": "English", "uuid": "598f7ddb-864a-4d06-b653-d7caaa30409e" }, { "name": "Neil Patrick Harris", "language": "English", "uuid": "f5988bf2-a5b3-416c-bd40-5c652829369b", "notes": "Contains incorrect voice lines" }, { "name": "Owen Wilson (Lightning McQueen, Cars 3)", "language": "English", "uuid": "a1ec68a0-e166-4e47-ad00-4d7c4a24ff8e" }, { "name": "Pamela Paz (LatAm)", "language": "Spanish", "uuid": "16a785e7-6944-4a11-bb2b-4f98de329ce1" }, { "name": "PAW Patrol", "language": "English", "uuid": "d8e23270-2b93-41d5-89c8-f2824994d0b4" }, { "name": "Phil Miller (Last Man On Earth)", "language": "English", "uuid": "B1DC04B3-9D04-4DA6-BD0C-471A6D8BD841" }, { "name": "Pop Star 90's", "language": "English", "uuid": "b27ae132-e0fa-457f-91de-b6797cba6183" }, { "name": "Randy", "language": "English", "uuid": "1ce7c9b0-a1ba-496e-8933-9a1ff8dadff1" }, { "name": "Rob Gronkowski", "language": "English", "uuid": "82E7E1A4-9164-418C-BE1F-C6D7F1070150", "notes": "Missing U-Turn" }, { "name": "Roberts Lejameihers", "language": "Latvian", "uuid": "0091c532-7974-4dc2-b500-5a11b0f29b5c" }, { "name": "Ross", "language": "English", "uuid": "8d6918c9-0679-4caf-8f39-7e3cd3757d7f", "notes": "Australian Accent" }, { "name": "Safe Mode Kids", "language": "English", "uuid": "beca7b55-329c-4cb5-b067-101758a46984" }, { "name": "Shaquille O'Neal", "language": "English", "uuid": "01a7fcd0-daed-4d1a-8807-1ae202ee7219" }, { "name": "Stephen (Steph) Curry", "language": "English", "uuid": "16a9c62d-d946-4f0a-bcee-3af44add9a5b" }, { "name": "Stephen Colbert", "language": "English", "uuid": "910CBAA5-5E79-4447-A28A-07EA47CC8B76", "notes": "Missing U-Turn" }, { "name": "Soccer Commentator", "language": "English", "uuid": "bb69ca3a-4d67-4d2d-bbe8-dfd47f46e5f7" }, { "name": "T-Pain", "language": "English", "uuid": "69967265-f165-4663-a464-6ef44a04460b" }, { "name": "Terry Crews", "language": "English", "uuid": "98c34c03-cd33-49a1-88f9-686dd2d1e387" }, { "name": "The Grand Tour (Clarkson, Hammond & May)", "language": "English", "uuid": "fcbf97b4-bc6c-4e8f-a95c-c54a3f044e21" }, { "name": "The Queen", "language": "English", "uuid": "f938fe90-6483-4adc-9956-d64d9d80bb80" }, { "name": "The Riddler", "language": "English", "uuid": "1c6554c6-d161-411b-92a0-81bab0ea5b01" }, { "name": "The Sea Beast (Netflix, Maisie & Blue)", "language": "English", "uuid": "776a571d-ea00-4c96-9c50-73cd8030d0cd" }, { "name": "Tony Fernandes (AirAsia)", "language": "English", "uuid": "75353987-5055-4C6D-98F6-18AA4496BD9C" }, { "name": "Toy Story 4 (Buzz and Woody)", "language": "English", "uuid": "505fc8e5-e37d-4488-9698-00973b6abbe6" }, { "name": "Venom", "language": "English", "uuid": "d5ab8251-3168-4da9-b062-babcb8607347", "blog": "https://blog.google/waze/drive-with-venom-the-last-dance-on-waze/" }, { "name": "Vlade Divac", "language": "English", "uuid": "d7974d6e-5ed5-4807-83c0-8e4d678ac3f8" }, { "name": "Lilly Singh", "language": "English", "uuid": "c73e7224-c115-4238-8493-586547f81db3", "blog": "https://blog.google/feed/drive-with-lilly-singh-on-waze/" }, { "name": "Stoick the Vast", "language": "English", "uuid": "9aadc10c-6dab-4114-8260-8095d7ba60d7", "blog": "https://blog.google/waze/drive-with-how-to-train-your-dragon-on-waze/" }, { "name": "Chaka Khan", "language": "English", "uuid": "9594026e-1c56-45b6-acac-436c73fae7d7", "blog": "https://blog.google/waze/drive-with-chaka-khan-on-waze/" }, { "name": "The Munchkins - Wizard of Oz", "language": "English", "uuid": "65687f17-13ca-41a9-a9ea-bde426df0511", "blog": "https://blog.google/waze/drive-with-the-wizard-of-oz-on-waze/" }, { "name": "Now You See Me", "language": "English", "uuid": "6b3e533d-4241-45f7-91fd-e5a05222d662", "blog": "https://blog.google/waze/waze-now-you-see-me/" }, { "name": "BAM - Batman's Car", "language": "English", "uuid": "3bff58cc-cb95-494c-aa60-24a47f978f5b" }, { "name": "Scottish Glaswegian Accent", "language": "English", "uuid": "" }, { "name": "Women's History Month", "language": "English", "uuid": "a459934f-89e7-4a44-9122-e52686620234" }, { "name": "Santa (B)", "language": "English", "uuid": "a78efd01-15a3-4b84-b18c-1799c8ee7768" }, { "name": "Santa (C)", "language": "English", "uuid": "e13cb3f8-79b3-4cb7-bdfe-a192faf17993" }, { "name": "Santa, Coca-Cola Santa", "language": "English", "uuid": "7c0de730-9438-4633-b076-53db3e846a64" }, { "name": "Santa (A)", "language": "English", "uuid": "209f7cc6-7126-4971-9956-7aad044cf364" }, { "name": "Santa, Mall Santa", "language": "English", "uuid": "935fb91c-9d91-4c69-ac1a-6e481efa36ef" } ], "Community Voicepacks": [ { "name": "Afroditi (Greek)", "language": "Greek", "uuid": "095cd118-ee81-4b63-8121-0bfc757f9c0b", "author": "alexmorak", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/74" }, { "name": "Alex Morgan (A.I. Generated)", "language": "English", "uuid": "900defe4-61db-42f3-8687-d4f5716c859f", "author": "Rebb218", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/38" }, { "name": "Angry Batman", "language": "English", "uuid": "AA20F70F-58AB-4357-82A2-D06A275F1208" }, { "name": "Apostolis", "language": "Greek", "uuid": "ef483e6b-c0c9-4b1a-b4ca-5c4aea592331", "author": "kstelios", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/152" }, { "name": "Apulian dialect Michael", "language": "Italian", "uuid": "0144811d-1715-4f4f-a417-204de6b1620e", "notes": "From Mottola-TA town" }, { "name": "Apulian dialect Mafalda", "language": "Italian", "uuid": "d8b225db-45ae-4e95-8712-b2645ed7ab3b", "notes": "From Mottola-TA town" }, { "name": "Auron", "language": "Spanish", "uuid": "3482511f-aa36-4cd1-9997-4dade0c7c62e", "author": "l4t0r", "author_link": "https://twitter.com/mikethebard" }, { "name": "Austin Powers", "language": "English", "uuid": "63828e08-6255-43f8-94ca-8347b7aa6c4d", "author": "chrisjudevine", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/25" }, { "name": "B1 Battle Droid", "language": "English", "uuid": "bdf8f53f-22ad-4595-a1f8-8194f0e099ff", "author": "TMW-29", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/21" }, { "name": "Benny Su", "language": "Dutch", "uuid": "DF17F068-9834-4D4C-9BD3-B0F29066F3FF" }, { "name": "Bernie", "language": "", "uuid": "72FC2EF0-D885-4492-BB9C-26BF26A124EC" }, { "name": "BT-7274 Titanfall 2 (A.I. Generated)", "language": "English", "uuid": "9c6426c9-daca-4fd5-ac68-a271d239c995", "author": "Not-Nathani", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/52" }, { "name": "Chalmette HeyBrah", "language": "English", "uuid": "DB9B1866-26E8-4D05-BF81-A07F62342D18", "author": "Shane Ansardi", "author_link": "https://www.nola.com/entertainment_life/arts/meet-the-man-behind-the-chalmette-heybrah-driving-app-voice/article_3924e834-3187-11ee-b9e8-ab34f5cd6329.html", "notes": "of Louisiana. Miles only" }, { "name": "Cortana", "language": "Spanish", "uuid": "7cdd97cb-549e-45d2-b408-fe6a6c32453e", "author": "Hosshoffman", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/151" }, { "name": "Cortana (Alternate)", "language": "Spanish", "uuid": "6094a015-c947-4c63-8137-9679fb884681", "author": "Hosshoffman", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/151" },{ "name": "Cortana (Microsoft Windows Eva Mobile)", "language": "English", "uuid": "a576da62-bcb4-4326-8599-c30771d698f1", "mp3_files_additional_note": " Non Commercial Use Only", "author": "SlimyCat", "author_link": "https://github.com/SlimyCat-yt", "notes":"with [enable-microsoft-eva-tts-master](https://github.com/watermarkhu/enable-microsoft-eva-tts) & [Cortana-OpenTX-voice-master](https://github.com/Dany-Boy55/Cortana-OpenTX-voice)" }, { "name": "Country Boy", "language": "English", "uuid": "EA18DB51-98A4-4474-97C0-9810CC4CD0A6", "notes": "Miles only" }, { "name": "Daniel (Greek Language)", "language": "Greek", "uuid": "9738b347-b15d-4b40-ab67-d1c574406ae7", "author": "alexmorak", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/70" }, { "name": "Dawk Waze", "language": "English", "uuid": "84E8EAA5-B0C7-46C6-9BE9-886E06BAF14F", "notes": "Vietnamese accent" }, { "name": "Dale Earnhart Jr.", "language": "English", "uuid": "7C8A2C3F-7A4B-4A1D-8C2E-5B3F4A2C3F7A" }, { "name": "Disco Elysium", "language": "English", "uuid": "634b0fdf-c1d6-4422-9fee-bacf2d98484a", "author": "Source", "author_link": "https://www.reddit.com/r/DiscoElysium/comments/1knmrrz/custom_voice_pack_for_waze/" }, { "name": "Donald Trump", "language": "English", "uuid": "49687817-7D66-4670-8CBD-2362B44BA08A" }, { "name": "Drew Lynch", "language": "English", "uuid": "80670078-fd21-481f-aa4d-9e96c3d4dba4" }, { "name": "Eddie Murphy by Superflame", "language": "French", "uuid": "aa2da5f5-2f78-4004-a4fb-18954841da30" }, { "name": "Englishman - \"Sir William\"", "language": "English", "uuid": "562F94E3-4913-4AA6-B0C9-BDAA4B86321F" }, { "name": "F1 2020", "language": "English", "uuid": "561c4d75-666b-4f95-b5fa-de7b85646e01", "author": "austinyen56", "author_link": "https://github.com/austinyen56/Waze-F1-VO" }, { "name": "Fortyone Usec3 EFT", "language": "English", "uuid": "8b2df075-ebc8-42b9-85e0-3b50b5f3275a", "author": "@140er", "author_link": "https://discord.com/" }, { "name": "French Romance - \"Julien\"", "language": "French", "uuid": "13AC513C-D003-414A-8A2B-05BA1CA9F01E" }, { "name": "Geralt (The Witcher)", "language": "Polish", "uuid": "499471ac-044b-495c-b8f4-a55e18c6c36d", "author": "@Mroxer", "author_link": "https://discord.com/" }, { "name": "Ghostface (TikTok Voiceover)", "language": "English", "uuid": "a93e8187-0a15-4aa4-9db0-8be18646a8ef" }, { "name": "GLaDOS", "language": "English", "uuid": "D965C10B-781D-4A2F-9D22-46052EDC66A0" }, { "name": "GlaDOS (TTS Generated)", "language": "English", "uuid": "ea5e50fe-7d82-4421-b6ef-b7101755622c", "author": "D³Entertainment", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/56" }, { "name": "Gollum & Smeagol", "language": "English", "uuid": "E8501E12-C11D-46D5-9A40-EC36246A253A" }, { "name": "Gollum par Superflame", "language": "French", "uuid": "ece19b2f-553c-4324-9174-4e53a5d2162b" }, { "name": "Grand Theft Auto IV", "language": "English", "uuid": "EFCCF4A5-2146-4649-AB24-B7F02944D55F" }, { "name": "Grand Theft Auto IV (alternate)", "language": "English", "uuid": "c8bfb1f5-8832-43b9-a68e-85464a2ff338", "author": "CrazyCrusaider", "author_link": "https://github.com/CrazyCrusaider" }, { "name": "Hakka", "language": "Hakka", "uuid": "5BD0ED72-01C7-4BF5-82A1-78986761DC9C" }, { "name": "Hatsune Miku (French)", "language": "French", "uuid": "f63c390f-c301-45e6-a4cd-60c1728dfc7f" }, { "name": "Homelander (A.I. Generated)", "language": "English", "uuid": "9e677a27-8421-41d7-9486-dce48fceca2c", "author": "Julchensid2303", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/54" }, { "name": "Homer by Superflame", "language": "French", "uuid": "37ae250d-c7ca-4d8b-9a2d-e4200fc40244" }, { "name": "Hubcap Jones", "language": "English", "uuid": "A4258269-6A7B-46BB-83D0-2D89DE0886DA", "author": "@MikeTheBard", "author_link": "https://twitter.com/mikethebard" }, { "name": "Imperial Admiral (A.I. Generated)", "language": "English", "uuid": "5c8b33d1-0815-4be7-957f-ae6847e34e70" }, { "name": "Jamaican", "language": "English", "uuid": "3AF908A5-D798-44B3-9BAB-8F4DB7625E9B" }, { "name": "James Earl Jones (A.I. Generated)", "language": "English", "uuid": "f1e48c91-e724-4d3e-8299-2aa642def7d6", "notes": "The voice actor of Darth Vader" }, { "name": "James McCaffrey's Max Payne (A.I. Generated)", "language": "English", "uuid": "5fc719b8-b40e-4cec-b5fc-1a5656428adb", "author": "toomanynights", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/49" }, { "name": "James Veitch", "language": "English", "uuid": "5D75A1F4-50BC-4EDE-AEFA-753B50C64FC0" }, { "name": "JARVIS (A.I. Generated)", "language": "English", "uuid": "e52251a7-76ac-48dd-8321-01a524852a64", "author": "ValeriGYordanov", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/61" }, { "name": "JARVIS x 1 (TTS Generated)", "language": "English", "uuid": "202fedb3-a69b-48d8-beb1-c61a9cce36d5", "author": "ValeriGYordanov", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/61" }, { "name": "JARVIS v 4.1", "language": "English", "uuid": "3194e787-e2d0-48ff-bbe7-b12daf925a5f", "notes": "Missing many voicelines" }, { "name": "Jeff Dunham's 'Achmed TDT'", "language": "English", "uuid": "FEABF983-93B9-4B03-8314-5BFD5B91497D" }, { "name": "Jeff Dunham's Bubba J", "language": "English", "uuid": "143E2169-A6CB-418C-8620-460CF8AA5487" }, { "name": "Julien Lepers by Superflame", "language": "French", "uuid": "a7f83882-6f49-49db-843d-6bf7963c38cc" }, { "name": "Korean Female Voice (TTS Generated)", "language": "Korean", "uuid": "92bb8aa7-1683-4017-932c-82c0f72967ef", "author": "docfo4r", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/69" }, { "name": "Kyriakos (Greek Language)", "language": "Greek", "uuid": "c8830c28-39ad-4bf6-be76-dfad40fbad1a", "author": "alexmorak", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/70" }, { "name": "Le Warm-Up d’Elliot", "language": "French", "uuid": "0EA982ED-28E4-4F03-9556-9D65E3438430" }, { "name": "Manu dans le 6/10 sur NRJ", "language": "French", "uuid": "FA224281-6808-4316-AC2A-5D91F79C50AA" }, { "name": "Mark Pilgrim", "language": "English", "uuid": "12DE1A6A-831A-4717-A6FC-C7D99633635E" }, { "name": "Melina, Elder Ring (A.I. Generated)", "language": "English", "uuid": "34ae1b2d-3607-47d8-93b6-b979a51ccb2a", "author": "UnderscorePan", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/27" }, { "name": "Minji from NewJeans (A.I. Generated)", "language": "English", "uuid": "e7ff9f31-3ff6-4a4b-b40f-249a52ff28e2", "author": "werdnaaa", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/89" }, { "name": "Morgan Freeman par Superflame", "language": "French", "uuid": "9bb42c28-dc17-4b9c-8f8f-853ed8655247" }, { "name": "Nandor, The Relentless", "language": "English", "uuid": "5b890d52-2e02-4cec-ac37-75314224610d", "author": "Ty-Ap", "author_link": "https://github.com/Ty-Ap" }, { "name": "Nick Kraft", "language": "Dutch", "uuid": "3527498E-C14A-4565-927C-2B78EBE56D0E" }, { "name": "Nord (Skyrim)", "language": "English", "uuid": "60efd52f-e785-44da-9398-2f35189b0ec6" }, { "name": "NY Mom - \"Barbara\"", "language": "English", "uuid": "B210AE95-5945-41A9-95C2-AB59DD563974" }, { "name": "Philippe&Sandy NOSTALGIE", "language": "French", "uuid": "4844F906-EFBB-478A-A35B-13CF0319DC3B" }, { "name": "Ronny Retro", "language": "Dutch", "uuid": "A413B1AC-5C48-4CF5-86A3-1D28B2957C0F" }, { "name": "Rosé from Blackpink (A.I. Generated)", "language": "English", "uuid": "2002dc64-880c-4699-b627-7fca7601e92d", "author": "KohKoh-Nut", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/42" }, { "name": "Saul Goodman (A.I. Generated)", "language": "English", "uuid": "c5577c86-1011-4a9a-99c9-6555ce634e54", "author": "meganmcgar", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/33" }, { "name": "SCP-079", "language": "English", "uuid": "9e64b00c-bbb2-4609-b2b7-837c0e871a17", "author": "Boomstick (Audio)", "author_link": "https://steamcommunity.com/id/solarpowered141/", "author_2": "jade152", "author_2_link": "https://github.com/jade152" }, { "name": "Seshomaru(esp Lat)", "language": "Spanish", "uuid": "26D1036A-DB04-4824-AA1F-E02B5650060A", "author": "carlosandrescortes", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/79" }, { "name": "Shizbox (Insulting British Guy)", "language": "English", "uuid": "ca207b6b-e835-4c0a-9df7-cdba1fa7db69" }, { "name": "Singlish Language", "language": "Singlish", "uuid": "43FD7020-26FE-493B-AE03-81F63AB34540", "author": "kaanaas", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/93" }, { "name": "Siri", "language": "English", "uuid": "c36e6fe2-5179-45c1-888b-d9311231b686", "author": "u/[CENSORED]", "author_link": "https://www.reddit.com/user/PaperCutOnPenisHead/" }, { "name": "So Horny (SFW)", "language": "Horn", "uuid": "08780708-C473-4C22-B2E9-4B66B3C79DE1" }, { "name": "Software Automatic Mouth (Commodore 64)", "language": "English", "uuid": "61f4790a-ce45-439a-8642-d908385bb33d", "author": "CasketPizza", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/45" }, { "name": "Sranang Wegwijzer", "language": "Surinamese", "uuid": "439bf242-0487-4ea6-a13b-0e54cbb5a39a" }, { "name": "Stormtrooper (by Tarrachal)", "language": "English", "uuid": "dc3501e0-c57b-4409-97f4-5dded539e190", "author": "Tarrachal", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/48" }, { "name": "Sylus (A.I. Generated)", "language": "English", "uuid": "16c19f73-dfa4-4402-bfd4-c03b603fba63", "author": "ArvyMinsk", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/68" }, { "name": "TheRussianBadger (Twitch)", "language": "English", "uuid": "0c791a59-bbdb-42a5-9435-cb4b4da1cdd4", "author": "OptimusE1", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/39" }, { "name": "Toiley T. Paper", "language": "English", "uuid": "534A5EF2-C32E-483E-9B6A-81B922CD71E9" }, { "name": "Tom Cruise (A.I. Generated)", "language": "English", "uuid": "81785741-4e08-4b3b-b260-f5e2b79c08dc", "author": "arctic-alexa", "author_link": "https://github.com/arctic-alexa/TC-Waze-Voice" }, { "name": "TomTom Jane", "language": "English", "uuid": "6614e239-d4a1-409c-a1e9-348c960f1b32", "author": "fnuerpod", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/10" }, { "name": "Union Co. Traffic Officers Assoc.", "language": "English", "uuid": "CB6BA079-93EB-46E4-A8F0-C6BC78EEC877" }, { "name": "Vivek Ponnusamy (Samir, you're breaking the car!)", "language": "English", "uuid": "b2ddf4b7-0884-441b-96ab-e3b82a5b76bd", "author": "tutaf", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/60" }, { "name": "Voix de Dédé Saint-Prix", "language": "French", "uuid": "63A1A6E2-D115-48E5-BF60-977B0F6D0FFD" }, { "name": "VTM: onderweg met Tine", "language": "Dutch", "uuid": "F56B13E4-F259-4345-B563-9F167F562799" }, { "name": "VTM: onderweg met Guga", "language": "Dutch", "uuid": "1AA0B62B-E73F-460C-8223-79ADB6BA9F39" }, { "name": "VOX", "language": "", "uuid": "99e44cd0-2ef8-4b77-b1da-38a474572790", "author": "JalenTuaKong", "author_link": "https://github.com/pipeeeeees/waze-voicepack-links/issues/53" }, { "name": "Krzysztof Hołowczyc", "language": "Polish", "uuid": "53072723-bb77-424c-b6d1-cdd3fcaaa4d8", "author": "Krzosik" } ] } ================================================ FILE: mp3_upload/compressed_packs/.gitkeep ================================================ ================================================ FILE: mp3_upload/file_compression.py ================================================ """ mp3_upload.file_compression Deterministic MP3 pack compression for Waze-style limits. Algorithm: - Preserve pristine originals for every pack - For each bitrate attempt, regenerate outputs from originals - Binary-search bitrate so total pack size <= TARGET_FOLDER_SIZE - Deterministic + monotonic behavior (lower bitrate => smaller size) """ import os import shutil import time from multiprocessing import Pool from pydub import AudioSegment # ============================ # Compression parameters # ============================ TARGET_BITRATE = 128 # kbps (upper bound) MIN_BITRATE = 16 # kbps (lower bound) TARGET_SAMPLE_RATE = 44100 TARGET_AUDIO_CHANNELS = 1 # mono TARGET_VOLUME_INCREASE = 7.0 # dB TARGET_FOLDER_SIZE = 0.795 # MB # ============================ # Helpers # ============================ def get_folder_size(folder_path): total = 0 for root, _, files in os.walk(folder_path): for f in files: total += os.path.getsize(os.path.join(root, f)) return total / (1024 * 1024) def convert_mp3(input_path, output_path, bitrate): audio = AudioSegment.from_file(input_path, format="mp3") if audio.frame_rate != TARGET_SAMPLE_RATE: audio = audio.set_frame_rate(TARGET_SAMPLE_RATE) if audio.channels != TARGET_AUDIO_CHANNELS: audio = audio.set_channels(TARGET_AUDIO_CHANNELS) if TARGET_VOLUME_INCREASE: audio = audio + TARGET_VOLUME_INCREASE audio.export(output_path, format="mp3", bitrate=f"{bitrate}k") def _convert_worker(args): convert_mp3(*args) # ============================ # Core algorithm # ============================ def compress_pack(pack_path, output_root): pack_name = os.path.basename(pack_path) print(f"\n🔄 Processing pack: {pack_name}") # Prepare directories pristine_path = os.path.join(output_root, f"{pack_name}__ORIGINAL") working_path = os.path.join(output_root, pack_name) if os.path.exists(pristine_path): shutil.rmtree(pristine_path) if os.path.exists(working_path): shutil.rmtree(working_path) shutil.copytree(pack_path, pristine_path) def regenerate_at_bitrate(bitrate): if os.path.exists(working_path): shutil.rmtree(working_path) shutil.copytree(pristine_path, working_path) tasks = [] for filename in os.listdir(pristine_path): if filename.endswith('.mp3'): src = os.path.join(pristine_path, filename) dst = os.path.join(working_path, filename) tasks.append((src, dst, bitrate)) with Pool() as pool: pool.map(_convert_worker, tasks) return get_folder_size(working_path) # Initial size check initial_size = get_folder_size(pristine_path) if initial_size <= TARGET_FOLDER_SIZE: shutil.copytree(pristine_path, working_path) print(f" - 📦 Already within limit ({initial_size:.2f} MB)") return # Binary search bitrate low = MIN_BITRATE high = TARGET_BITRATE best_bitrate = TARGET_BITRATE while low <= high: mid = (low + high) // 2 size = regenerate_at_bitrate(mid) print(f" 🔍 {mid}k → {size:.2f} MB") if size > TARGET_FOLDER_SIZE: high = mid - 1 # too big → reduce bitrate else: best_bitrate = mid # valid → try higher quality low = mid + 1 final_size = regenerate_at_bitrate(best_bitrate) if final_size >= TARGET_FOLDER_SIZE: print( f" - ❌ Compression failed: final size {final_size:.2f} MB " f"exceeds limit ({TARGET_FOLDER_SIZE:.2f} MB). Removing pack." ) shutil.rmtree(working_path) shutil.rmtree(pristine_path) return print(f" - 🎯 Best bitrate: {best_bitrate}k") print(f" - 📦 Final size: {final_size:.2f} MB") shutil.rmtree(pristine_path) # ============================ # Public entry point # ============================ def compress_mp3_packs(mp3_pack_paths): root = os.path.dirname(os.path.abspath(__file__)) output_root = os.path.join(root, 'compressed_packs') if os.path.exists(output_root): shutil.rmtree(output_root) os.makedirs(output_root) print(f"\n📁 Output directory: {output_root}") for pack in mp3_pack_paths: compress_pack(pack, output_root) cleanup_orphaned_pack_dirs(output_root) # ============================ # Cleanup helpers # ============================ def cleanup_orphaned_pack_dirs(output_root): """ Remove orphaned or duplicate pack directories such as: - "Pack Name 2", "Pack Name 3" - "__ORIGINAL", "__ORIGINAL 2" These can be left behind if a run exits early or copytree collides with an existing directory. """ print("\n🧹 Starting cleanup of orphaned pack directories...") time.sleep(12) # Wait a moment to ensure all file operations are done print("🧹 Cleaning orphaned pack directories...") entries = os.listdir(output_root) to_delete = [] for name in entries: path = os.path.join(output_root, name) # Skip non-directories if not os.path.isdir(path): continue # Delete any __ORIGINAL folders if "__ORIGINAL" in name: to_delete.append(path) continue # Delete Finder-style duplicates: "Name 2", "Name 3", etc. parts = name.rsplit(" ", 1) if len(parts) == 2 and parts[1].isdigit(): base_name = parts[0] base_path = os.path.join(output_root, base_name) if os.path.exists(base_path): to_delete.append(path) for path in to_delete: print(f" - Removing orphaned folder: {os.path.basename(path)}") shutil.rmtree(path, ignore_errors=True) if not to_delete: print(" - No orphaned folders found") # ============================ # Example usage # ============================ if __name__ == '__main__': import file_ingestion input_directory = os.path.join(os.getcwd(), 'mp3_upload', 'input_packs') valid_filenames_file = os.path.join(os.getcwd(), 'mp3_upload', 'valid_waze_filenames.txt') packs = file_ingestion.ingest_mp3_packs(input_directory, valid_filenames_file) compress_mp3_packs(packs) ================================================ FILE: mp3_upload/file_ingestion.py ================================================ """ Docstring for mp3-upload.file_ingestion This module handles the ingestion and validation of MP3 files for upload. It 1. Scans the input_pack/ directory for MP3 packs 2. If input packs are found, it validates each MP3 filename against a list of valid Waze MP3 names 3. It also checks that each MP3 file is not corrupted using ffmpeg 4. Prints a report to console and returns a list of valid MP3 packs for further processing """ import os from pydub import AudioSegment def ingest_mp3_packs(input_directory, valid_filenames_file): valid_packs = [] with open(valid_filenames_file, 'r') as f: valid_filenames = set(line.strip() for line in f) print(f"\n ** Ingesting MP3 packs from directory: {input_directory} ** ") for pack_name in os.listdir(input_directory): pack_path = os.path.join(input_directory, pack_name) if os.path.isdir(pack_path): contains_valid_files = False print(f"\n📝 Checking pack: {pack_name}") for filename in os.listdir(pack_path): if not filename.endswith('.mp3') or filename not in valid_filenames: #print(f"Invalid filename: {filename} in pack: {pack_name}") continue file_path = os.path.join(pack_path, filename) if not is_mp3_valid(file_path): print(f" - ❌ Corrupted MP3 file: {filename} in pack: {pack_name}") continue #print(f" - ✅ Valid MP3 file: {filename} in pack: {pack_name}") contains_valid_files = True if contains_valid_files: print(f" - ✅ Valid MP3 pack found: {pack_name}") valid_packs.append(pack_path) # Now check to see if all files from valid_filenames are present in the pack missing_files = valid_filenames - set(os.listdir(pack_path)) if missing_files: print(f" - ⚠️ Missing files in pack {pack_name}: ") for missing in missing_files: print(f" - {missing}") else: print(f" - 🎉 All files are present in pack {pack_name}") # Print total filesize of valid files in the pack total_size = 0 for filename in os.listdir(pack_path): if filename in valid_filenames and filename.endswith('.mp3'): file_path = os.path.join(pack_path, filename) total_size += os.path.getsize(file_path) total_size_mb = total_size / (1024 * 1024) print(f" - 📦 Total size of valid MP3 files in pack {pack_name}: {total_size_mb:.2f} MB") #if total_size_mb > 0.8: #print(f" - 📝 Note: This pack requires compression") return valid_packs def is_mp3_valid(file_path): try: audio = AudioSegment.from_file(file_path, format="mp3") return True except Exception as e: print(f"Error reading {file_path}: {e}") return False if __name__ == "__main__": input_directory = os.path.join(os.getcwd(), 'mp3_upload', 'input_packs') valid_filenames_file = os.path.join(os.getcwd(), 'mp3_upload', 'valid_waze_filenames.txt') ingest_mp3_packs(input_directory, valid_filenames_file) ================================================ FILE: mp3_upload/file_upload.py ================================================ """ Docstring for mp3_upload.file_upload This module handles the uploading of compressed MP3 packs to the Waze server. It 1. Scans the compressed_packs/ directory for MP3 packs 2. Authenticates with Waze using Protocol Buffer-based login 3. Uploads each MP3 pack to the Waze server using their API 4. Logs the upload status and any errors encountered during the process """ import base64 import requests import blackboxprotobuf import uuid import json import os import sys import time import tarfile # ============================================================================ # Authentication Functions # ============================================================================ def decodeHexProtoBUF(hexString): """Decode hex-encoded Protocol Buffer to JSON.""" message, bufType = blackboxprotobuf.protobuf_to_json(base64.b16decode(hexString, True)) return json.loads(message) def encodeToProtoBase64(jsonData, protoType): """Encode JSON data to Protocol Buffer and Base64.""" return 'ProtoBase64,' + str(base64.b64encode(blackboxprotobuf.encode_message(jsonData, protoType)), 'utf-8') def returnLoginHeader(): """Authenticate with Waze and return headers, global server, and cookie jar.""" UUID1 = str(uuid.uuid4()) UUID2 = str(uuid.uuid4()) UUID3 = str(uuid.uuid4()) mainPOSTTypeDef = {'1001': {'type': 'message', 'message_typedef': {'2184': {'type': 'message', 'message_typedef': {'1': {'type': 'int', 'name': ''}, '3': {'type': 'bytes', 'name': ''}, '5': {'type': 'bytes', 'name': ''}, '6': {'type': 'bytes', 'name': ''}, '11': {'type': 'bytes', 'name': ''}, '16': {'type': 'bytes', 'name': ''}, '17': {'type': 'bytes', 'name': ''}, '18': {'type': 'int', 'name': ''}, '19': {'type': 'int', 'name': ''}, '22': {'type': 'message', 'message_typedef': {'1': {'type': 'message', 'message_typedef': {'1': {'type': 'bytes', 'name': ''}, '2': {'type': 'bytes', 'name': ''}}, 'name': ''}}, 'name': ''}, '24': {'type': 'message', 'message_typedef': {'1': {'type': 'int', 'name': ''}, '2': {'type': 'int', 'name': ''}, '3': {'type': 'int', 'name': ''}}, 'name': ''}, '25': {'type': 'bytes', 'name': ''}, '26': {'type': 'bytes', 'name': ''}, '28': {'type': 'int', 'name': ''}}, 'name': ''}}, 'name': ''}} secondPOSTTypeDef2 = {'1001': {'type': 'message', 'message_typedef': {'2219': {'type': 'message', 'message_typedef': {}, 'name': ''}}, 'name': ''}} thirdPOSTTypeDef2 = {'1001': {'type': 'message', 'message_typedef': {'2744': {'type': 'message', 'message_typedef': {'1': {'type': 'message', 'message_typedef': {'1': {'type': 'bytes', 'name': ''}, '2': {'type': 'bytes', 'name': ''}}, 'name': ''}, '3': {'type': 'int', 'name': ''}, '4': {'type': 'int', 'name': ''}, '5': {'type': 'int', 'name': ''}}, 'name': ''}}, 'name': ''}} thirdPOSTTypeDef3 = {'1001': {'type': 'message', 'message_typedef': {'2108': {'type': 'message', 'message_typedef': {'1': {'type': 'bytes', 'name': ''}, '2': {'type': 'int', 'name': ''}}, 'name': ''}}, 'name': ''}} mainPOSTData = {"1001":{"2184":{"1":234,"3":"4.106.0.1","5":"Waydroid","6":"WayDroid x86_64 Device","11":"11-SDK30","16":"en","17":"bb4e-UUID1","18":50,"19":1,"22":{"1":{"1":"uid_enabled","2":"true"}},"24":{"1":2,"2":1920,"3":1137},"25":"en","26":"e7a0-UUID2","28":"EPOCHTIME"}}} secondPOSTData2 = {"1001":{"2219":{}}} thirdPOSTData2 = {"1001":{"2744":{"1":{"1":"worldDATA","2":"RANDSTRINGDATA"},"3":0,"4":0,"5":1}}} thirdPOSTData3 = {"1001":{"2108":{"1":"fdc9-UUID3","2":1}}} sequenceNumberHeader = 1 epochTime = int(time.time()) mainPOSTData["1001"]["2184"]["28"] = epochTime mainPOSTData["1001"]["2184"]["17"] = UUID1 mainPOSTData["1001"]["2184"]["26"] = UUID2 firstPOSTData = encodeToProtoBase64(mainPOSTData, mainPOSTTypeDef) firstPOSTData = firstPOSTData + "\n" + "GetGeoServerConfig,world,T" headerss = {"user-agent": "4.106.0.1", "sequence-number": str(sequenceNumberHeader), "x-waze-network-version": "3", "x-waze-wait-timeout": "3500"} cookieJar = requests.cookies.RequestsCookieJar() firstPOSTResponse = requests.post("https://rt.waze.com/rtserver/distrib/login", data=firstPOSTData, headers=headerss, cookies=cookieJar) if firstPOSTResponse.status_code != 200: print("Failed first POST Request.") print("Server response: " + str(firstPOSTResponse.content)) sys.exit() sequenceNumberHeader += 1 epochTime = int(time.time()) mainPOSTData["1001"]["2184"]["28"] = epochTime secondPOSTData1 = encodeToProtoBase64(mainPOSTData, mainPOSTTypeDef) secondPOSTData2 = encodeToProtoBase64(secondPOSTData2, secondPOSTTypeDef2) secondPOSTData = secondPOSTData1 + "\n" + secondPOSTData2 headerss["sequence-number"] = str(sequenceNumberHeader) secondPOSTResponse = requests.post("https://rtproxy-row.waze.com/rtserver/distrib/static", data=secondPOSTData, headers=headerss, cookies=cookieJar) cookieJar.update(secondPOSTResponse.cookies) sequenceNumberHeader += 1 secondPOSTResponseData = secondPOSTResponse.content.hex() secondPOSTResponseData = decodeHexProtoBUF(secondPOSTResponseData) anonUserUsername = secondPOSTResponseData["1001"][1]["2220"]["1"] anonUserPassword = secondPOSTResponseData["1001"][1]["2220"]["2"] epochTime = int(time.time()) mainPOSTData["1001"]["2184"]["28"] = epochTime thirdPOSTData2["1001"]["2744"]["1"]["1"] = anonUserUsername thirdPOSTData2["1001"]["2744"]["1"]["2"] = anonUserPassword thirdPOSTData3["1001"]["2108"]["1"] = UUID3 thirdPOSTData1 = encodeToProtoBase64(mainPOSTData, mainPOSTTypeDef) thirdPOSTData2 = encodeToProtoBase64(thirdPOSTData2, thirdPOSTTypeDef2) thirdPOSTData3 = encodeToProtoBase64(thirdPOSTData3, thirdPOSTTypeDef3) thirdPOSTData = thirdPOSTData1 + "\n" + thirdPOSTData2 + "\n" + thirdPOSTData3 headerss["sequence-number"] = str(sequenceNumberHeader) thirdPOSTResponseData = requests.post("https://rtproxy-row.waze.com/rtserver/distrib/login", headers=headerss, data=thirdPOSTData, cookies=cookieJar) cookieJar.update(thirdPOSTResponseData.cookies) sequenceNumberHeader += 1 thirdPOSTResponseData = thirdPOSTResponseData.content.hex() thirdPOSTResponseData = decodeHexProtoBUF(thirdPOSTResponseData) authTokenMain = thirdPOSTResponseData["1001"][1]["2745"]["1"]["3"] globalServer = thirdPOSTResponseData["1001"][1]["2745"]["1"]["2"] userID = int(thirdPOSTResponseData["1001"][1]["2745"]["1"]["1"]) binaryUserID = str(bin(userID)[2:]) userIDBytes = [] userIDBytes.append(b'12') while len(binaryUserID) < 31: binaryUserID = "0" + binaryUserID first = binaryUserID[:3] first = str(hex(int(first, 2))[2:]) userIDBytes.append(bytes('0' + first, 'raw_unicode_escape')) binaryUserID = binaryUserID[3:] for i in range(1, 5): work = binaryUserID[:7] result = hex(int("1"+work, 2))[2:] userIDBytes.append(bytes(result, 'raw_unicode_escape')) binaryUserID = binaryUserID[7:] userIDBytes.append(b'08') userIDBytes = list(reversed(userIDBytes)) rawUserIDBytes = "" for b in userIDBytes: b = chr(int(b, 16)) rawUserIDBytes += b rawUserIDBytes = bytes(rawUserIDBytes, 'raw_unicode_escape') authTokenLen = len(authTokenMain) authTokenLenHex = hex(authTokenLen)[2:] authTokenLenHex = bytes([int(authTokenLenHex[i:i + 2],16) for i in range(0, len(authTokenLenHex), 2)]) authTokenBuild = str(rawUserIDBytes.decode("raw_unicode_escape")) + str(authTokenLenHex.decode()) authTokenBuild = authTokenBuild + authTokenMain finalUID = base64.b64encode(authTokenBuild.encode("raw_unicode_escape")) UID = finalUID headerss = {"uid": UID, "user-agent": "4.106.0.1", "sequence-number": str(sequenceNumberHeader), "x-waze-network-version": "3", "x-waze-wait-timeout": "3500"} return (headerss, globalServer, cookieJar) # ============================================================================ # Upload Functions # ============================================================================ voice_data_proto_buf_type_def = { '1001': { 'type': 'message', 'message_typedef': { '2343': { 'type': 'message', 'message_typedef': { '2': { 'type': 'message', 'message_typedef': { '1': {'type': 'bytes', 'name': ''}, '2': {'type': 'bytes', 'name': ''}, '5': {'type': 'bytes', 'name': ''}, '12': {'type': 'int', 'name': ''} }, 'name': '' }, '3': {'type': 'bytes', 'name': ''} }, 'name': '' } }, 'name': '' } } voice_data_template = { '1001': { '2343': { '2': { '1': b'packUUID', '2': b'NameOfPack', '5': b'globalServer', '12': 0 }, '3': b'TARGZMP3s' } } } metadata_file_data = { "uuid": "packUUID", "set_name": "NameOfPack", "owner": "globalServer", "revision": 0, "is_uploaded": 2, "has_new_version": 0 } def create_metadata_file(file_path, data): """Create a JSON metadata file for the voice pack.""" try: with open(file_path, "w") as meta_file: json.dump(data, meta_file) except IOError as e: print(f"Error creating metadata file: {e}") raise def compress_files(source_dir, archive_name): """Compress files from source directory into a tar.gz archive.""" try: with tarfile.open(archive_name, "w:gz") as tar: for file in os.listdir(source_dir): file_path = os.path.join(source_dir, file) if os.path.isfile(file_path): tar.add(file_path, arcname=file) except Exception as e: print(f"Error compressing files: {e}") raise def encode_voice_data(data, proto_buf_type_def): """Encode voice data to Protocol Buffer and Base64.""" try: encoded_data = blackboxprotobuf.encode_message(data, proto_buf_type_def) base64_encoded = base64.b64encode(encoded_data).decode("utf-8") return "ProtoBase64," + base64_encoded except Exception as e: print(f"Error encoding voice data: {e}") raise def upload_data(url, headers, data, cookies): """Upload data to the specified URL.""" try: response = requests.post(url, headers=headers, data=data, cookies=cookies) response.raise_for_status() return response except requests.RequestException as e: print(f"Upload failed: {e}") raise def upload(name_of_pack): """Upload a voice pack to Waze.""" try: login_info = returnLoginHeader() headers = login_info[0] global_server = login_info[1] cookie_jar = login_info[2] except Exception as e: print(f"Error retrieving login information: {e}") return pack_uuid = str(uuid.uuid4()) # Create a copy of the template for this upload voice_data = { '1001': { '2343': { '2': { '1': bytes(pack_uuid, "UTF-8"), '2': name_of_pack.replace("_FORMATTED", ""), '5': global_server, '12': 0 }, '3': b'TARGZMP3s' } } } metadata = { "uuid": pack_uuid, "set_name": name_of_pack, "owner": global_server, "revision": 0, "is_uploaded": 2, "has_new_version": 0 } dir = rf"./mp3_upload/compressed_packs/{name_of_pack}/" if not os.path.exists(dir): print("The MP3 directory does not exist.") return archive_name = "ready.tar.gz" compress_files(dir, archive_name) try: with open(archive_name, "rb") as archive_file: voice_data['1001']['2343']['3'] = archive_file.read() except IOError as e: print(f"Error reading the tar.gz file: {e}") return built_proto_buf = encode_voice_data(voice_data, voice_data_proto_buf_type_def) upload_url = "https://rtproxy-row.waze.com/rtserver/distrib/command" try: upload_response = upload_data(upload_url, headers, built_proto_buf, cookie_jar) print(f"✅ Upload of {name_of_pack} successful.") except Exception as e: print(f"❌ Upload of {name_of_pack} failed: {e}") return print(f"https://waze.com/ul?acvp={pack_uuid}") print(f"https://voice-prompts-ipv6.waze.com/{pack_uuid}.tar.gz\n") def main(): """Main function to upload all voice packs.""" for folder in os.listdir(r"./mp3_upload/compressed_packs/"): upload(folder) if __name__ == "__main__": main() ================================================ FILE: mp3_upload/input_packs/.gitkeep ================================================ ================================================ FILE: mp3_upload/main.py ================================================ import file_ingestion import file_compression import file_upload import os if __name__ == "__main__": input_directory = os.path.join(os.getcwd(), 'mp3_upload', 'input_packs') output_directory = os.path.join(os.getcwd(), 'mp3_upload', 'compressed_packs') valid_filenames_path = os.path.join(os.getcwd(), 'mp3_upload', 'valid_waze_filenames.txt') mp3_pack_paths = file_ingestion.ingest_mp3_packs(input_directory, valid_filenames_path) file_compression.compress_mp3_packs(mp3_pack_paths) file_upload.main() ================================================ FILE: mp3_upload/nested_file_conversion.py ================================================ """ Docstring for mp3_upload.modern_pack_conversion This script takes all folders in the 'modern_packs' directory and converts them into compatible input packs in the 'input_packs' directory for further processing. """ import os import shutil import time if __name__ == '__main__': # show me the packs in modern_packs modern_packs_root = os.path.join(os.getcwd(), 'mp3_upload', 'modern_packs') input_packs_root = os.path.join(os.getcwd(), 'mp3_upload', 'input_packs') modern_pack_dirs = [d for d in os.listdir(modern_packs_root) if os.path.isdir(os.path.join(modern_packs_root, d))] print(f"Found {len(modern_pack_dirs)} modern packs to convert.") for pack_dir in modern_pack_dirs: source_path = os.path.join(modern_packs_root, pack_dir) dest_path = os.path.join(input_packs_root, pack_dir) print(f"Converting pack: {pack_dir}") # create or overwrite the destination directory if os.path.exists(dest_path): print(f" - Destination {dest_path} exists. Removing it first.") shutil.rmtree(dest_path) time.sleep(1) # brief pause to ensure deletion is complete # iterate over all files in valid_waze_filenames.txt and for each, tell the script where to copy each mp3 from source to destination and what to rename it to valid_filenames_file = os.path.join(os.getcwd(), 'mp3_upload', 'valid_waze_filenames.txt') with open(valid_filenames_file, 'r') as vf: valid_filenames = [line.strip() for line in vf if line.strip()] for valid_filename in valid_filenames: dest_file_path = os.path.join(dest_path, valid_filename) if valid_filename == '200.mp3': # inside the source_path, look inside the folder named '200' for '1.mp3' and copy it to dest_file_path source_file_path = os.path.join(source_path, '200', '1.mp3') elif valid_filename == '200meters.mp3': source_file_path = os.path.join(source_path, '200meters', '1.mp3') elif valid_filename == '400.mp3': source_file_path = os.path.join(source_path, '400', '1.mp3') elif valid_filename == '400meters.mp3': source_file_path = os.path.join(source_path, '400meters', '1.mp3') elif valid_filename == '800.mp3': source_file_path = os.path.join(source_path, '800', '1.mp3') elif valid_filename == '800meters.mp3': source_file_path = os.path.join(source_path, '800meters', '1.mp3') elif valid_filename == '1000meters.mp3': source_file_path = os.path.join(source_path, '1000meters', '1.mp3') elif valid_filename == '1500.mp3': source_file_path = os.path.join(source_path, '1500', '1.mp3') elif valid_filename == '1500meters.mp3': source_file_path = os.path.join(source_path, '1500meters', '1.mp3') elif valid_filename.startswith('AndThen'): source_file_path = os.path.join(source_path, 'AndThen', '1.mp3') elif valid_filename.startswith('ApproachAccident'): source_file_path = os.path.join(source_path, 'ApproachAccident', '1.mp3') elif valid_filename.startswith('ApproachHazard'): source_file_path = os.path.join(source_path, 'ApproachHazard', '1.mp3') elif valid_filename.startswith('ApproachRedLightCam'): source_file_path = os.path.join(source_path, 'ApproachRedLightCam', '1.mp3') elif valid_filename.startswith('ApproachSpeedCam'): source_file_path = os.path.join(source_path, 'ApproachSpeedCam', '1.mp3') elif valid_filename.startswith('ApproachTraffic'): source_file_path = os.path.join(source_path, 'ApproachTraffic', '1.mp3') elif valid_filename.startswith('Arrive'): source_file_path = os.path.join(source_path, 'Arrive', '1.mp3') elif valid_filename.startswith('ExitLeft'): source_file_path = os.path.join(source_path, 'ExitLeft', '1.mp3') elif valid_filename.startswith('ExitRight'): source_file_path = os.path.join(source_path, 'ExitRight', '1.mp3') elif valid_filename.startswith('Fifth'): source_file_path = os.path.join(source_path, 'Fifth', '1.mp3') elif valid_filename.startswith('First'): source_file_path = os.path.join(source_path, 'First', '1.mp3') elif valid_filename.startswith('Fourth'): source_file_path = os.path.join(source_path, 'Fourth', '1.mp3') elif valid_filename.startswith('KeepLeft'): source_file_path = os.path.join(source_path, 'KeepLeft', '1.mp3') elif valid_filename.startswith('KeepRight'): source_file_path = os.path.join(source_path, 'KeepRight', '1.mp3') elif valid_filename.startswith('Police'): source_file_path = os.path.join(source_path, 'Police', '1.mp3') elif valid_filename.startswith('Roundabout'): source_file_path = os.path.join(source_path, 'Roundabout', '1.mp3') elif valid_filename.startswith('Second'): source_file_path = os.path.join(source_path, 'Second', '1.mp3') elif valid_filename.startswith('Seventh'): source_file_path = os.path.join(source_path, 'Seventh', '1.mp3') elif valid_filename.startswith('Sixth'): source_file_path = os.path.join(source_path, 'Sixth', '1.mp3') elif valid_filename.startswith('StartDrive1'): source_file_path = os.path.join(source_path, 'StartDrive', '1.mp3') elif valid_filename.startswith('StartDrive2'): source_file_path = os.path.join(source_path, 'StartDrive', '2.mp3') elif valid_filename.startswith('StartDrive3'): source_file_path = os.path.join(source_path, 'StartDrive', '3.mp3') elif valid_filename.startswith('StartDrive4'): source_file_path = os.path.join(source_path, 'StartDrive', '4.mp3') elif valid_filename.startswith('StartDrive5'): source_file_path = os.path.join(source_path, 'StartDrive', '5.mp3') elif valid_filename.startswith('StartDrive6'): source_file_path = os.path.join(source_path, 'StartDrive', '6.mp3') elif valid_filename.startswith('StartDrive7'): source_file_path = os.path.join(source_path, 'StartDrive', '7.mp3') elif valid_filename.startswith('StartDrive8'): source_file_path = os.path.join(source_path, 'StartDrive', '8.mp3') elif valid_filename.startswith('StartDrive9'): source_file_path = os.path.join(source_path, 'StartDrive', '9.mp3') elif valid_filename.startswith('Straight'): source_file_path = os.path.join(source_path, 'Straight', '1.mp3') elif valid_filename.startswith('Third'): source_file_path = os.path.join(source_path, 'Third', '1.mp3') elif valid_filename.startswith('TickerPoints'): source_file_path = os.path.join(source_path, 'TickerPoints', '1.mp3') elif valid_filename.startswith('TurnLeft'): source_file_path = os.path.join(source_path, 'TurnLeft', '1.mp3') elif valid_filename.startswith('TurnRight'): source_file_path = os.path.join(source_path, 'TurnRight', '1.mp3') elif valid_filename.startswith('uturn'): source_file_path = os.path.join(source_path, 'uturn', '1.mp3') else: print(f" - Warning: No source mapping for {valid_filename}, skipping.") continue # create destination directory if it doesn't exist os.makedirs(os.path.dirname(dest_file_path), exist_ok=True) shutil.copy2(source_file_path, dest_file_path) print(f" - Copied {source_file_path} to {dest_file_path}") ================================================ FILE: mp3_upload/readme.md ================================================ # MP3 Upload This folder contains scripts and tools for uploading MP3 files to a server or cloud storage. There are three main parts to uploading MP3 files: 1. **File Ingestion** - this step involves looking through each pack and checking that each pack contains valid mp3 files. A valid mp3 file in this context is any file that is not corrupted (measured by compatibility with ffmpeg) and matches a name within the `valid_waze_filenames.txt` file ![ingestion](https://github.com/pipeeeeees/waze-voicepack-links/blob/main/assets/ingestion.png) An example of a pack being ingested by the script. In this example, the pack contains at least one valid mp3 file so it is considered valid overall. It is missing some voice files which will be blank in the final upload, but this can be intentional so it's just a warning. All extra mp3 files not in the `valid_waze_filenames.txt` file are ignored. 2. **File Compression** - if needed, the mp3 files will be compressed to meet size requirements for upload. This step is automatically run if the total file size of the pack exceeds the maximum allowed size for upload: 0.8MB. This filesize limit is determined by Waze. Compression is done using ffmpeg with settings that reduce file size while maintaining the highest possible audio quality ![compression](https://github.com/pipeeeeees/waze-voicepack-links/blob/main/assets/compression.png) An example of a pack being compressed down to below the 0.8MB limit by reducing the bitrate of each mp3 file in the pack (in KB) using a binary search approach, multiprocessing to speed up the process, and checking the total size after each compression iteration 3. **File Upload** - once the files have been ingested and compressed (if needed), upload to Waze's backend is attempted ![upload](https://github.com/pipeeeeees/waze-voicepack-links/blob/main/assets/upload.png) An example of a successful upload from the script # How to upload your own mp3 files to make a Waze voicepack link 1. Place your mp3 pack(s) in the `mp3-upload/input-packs/` folder - each "pack" is a folder containing all of the mp3 files you want to upload together. The folder name will be used as the name of the uploaded voicepack 2. Configure your python environment using the `requirements.txt` file 3. Install ffmpeg on your system if you don't have it already - this is used for file compression and validation 4. Run the `mp3_upload/main.py` script using the configured python environment and follow the progress through each step. If everything is successful, you will see a link to your uploaded voicepack in the console output # `valid_waze_filenames.txt` filenames and their meanings This file contains a list of valid mp3 filenames that Waze recognizes for voicepacks. Each filename corresponds to a specific voice prompt used in the Waze navigation app. The filenames are structured to indicate the type of prompt, such as directions, alerts, and other navigation-related messages. Here are all the filenames and their meanings: - `200.mp3` - Prompt for "In 0.1 miles..." - `200meters.mp3` - Prompt for "In 200 meters..." - `400.mp3` - Prompt for "In a quarter mile..." - `400meters.mp3` - Prompt for "In 400 meters..." - `800.mp3` - Prompt for "In half a mile..." - `800meters.mp3` - Prompt for "In 800 meters..." - `1000meters.mp3` - Prompt for "In 1 kilometer..." - `1500.mp3` - Prompt for "In 1 mile..." - `1500meters.mp3` - Prompt for "In 1.5 kilometers..." - `AndThen.mp3` - Prompt for "And then..." - `ApproachAccident.mp3` - Prompt for "Accident ahead" - `ApproachHazard.mp3` - Prompt for "Hazard ahead" - `ApproachRedLightCam.mp3` - Prompt for "Red light camera ahead" - `ApproachSpeedCam.mp3` - Prompt for "Speed camera ahead" - `ApproachTraffic.mp3` - Prompt for "Traffic ahead" - `Arrive.mp3` - Prompt for "You have arrived at your destination" - `ExitLeft.mp3` - Prompt for "Take the exit on the left" - `ExitRight.mp3` - Prompt for "Take the exit on the right" - `Fifth.mp3` - Prompt for "Take the fifth exit" - `First.mp3` - Prompt for "Take the first exit" - `Fourth.mp3` - Prompt for "Take the fourth exit" - `KeepLeft.mp3` - Prompt for "Keep left" - `KeepRight.mp3` - Prompt for "Keep right" - `Police.mp3` - Prompt for "Police ahead" - `Roundabout.mp3` - Prompt for "At the roundabout" - `Second.mp3` - Prompt for "Take the second exit" - `Seventh.mp3` - Prompt for "Take the seventh exit" - `Sixth.mp3` - Prompt for "Take the sixth exit" - `StartDrive1.mp3` - Prompt for "Starting navigation (1)" - `StartDrive2.mp3` - Prompt for "Starting navigation (2)" - `StartDrive3.mp3` - Prompt for "Starting navigation (3)" - `StartDrive4.mp3` - Prompt for "Starting navigation (4)" - `StartDrive5.mp3` - Prompt for "Starting navigation (5)" - `StartDrive6.mp3` - Prompt for "Starting navigation (6)" - `StartDrive7.mp3` - Prompt for "Starting navigation (7)" - `StartDrive8.mp3` - Prompt for "Starting navigation (8)" - `StartDrive9.mp3` - Prompt for "Starting navigation (9)" - `Straight.mp3` - Prompt for "Continue straight" - `Third.mp3` - Prompt for "Take the third exit" - `TickerPoints.mp3` - Prompt for "Rerouting". This file can be omitted as the default chime is good enough. Some people do this to save on file size - `TurnLeft.mp3` - Prompt for "Turn left" - `TurnRight.mp3` - Prompt for "Turn right" - `uturn.mp3` - Prompt for "Make a U-turn" # How do I add my voicepack link to the main list? Once you have successfully uploaded your mp3 files and obtained a voicepack link, you can contribute to it by making a fork of this repository and adding your voicepack details to the `helper_files/waze_vps.json` file. After adding your voicepack, you can create a pull request to have it reviewed and potentially merged into the main list. Please ensure that you provide accurate information about the voicepack, including the name, language, and any relevant notes. ================================================ FILE: mp3_upload/valid_waze_filenames.txt ================================================ 200.mp3 200meters.mp3 400.mp3 400meters.mp3 800.mp3 800meters.mp3 1000meters.mp3 1500.mp3 1500meters.mp3 AndThen.mp3 ApproachAccident.mp3 ApproachHazard.mp3 ApproachRedLightCam.mp3 ApproachSpeedCam.mp3 ApproachTraffic.mp3 Arrive.mp3 ExitLeft.mp3 ExitRight.mp3 Fifth.mp3 First.mp3 Fourth.mp3 KeepLeft.mp3 KeepRight.mp3 Police.mp3 Roundabout.mp3 Second.mp3 Seventh.mp3 Sixth.mp3 StartDrive1.mp3 StartDrive2.mp3 StartDrive3.mp3 StartDrive4.mp3 StartDrive5.mp3 StartDrive6.mp3 StartDrive7.mp3 StartDrive8.mp3 StartDrive9.mp3 Straight.mp3 Third.mp3 TickerPoints.mp3 TurnLeft.mp3 TurnRight.mp3 uturn.mp3 ================================================ FILE: requirements.txt ================================================ blackboxprotobuf==1.0.1 certifi==2024.8.30 charset-normalizer==3.4.0 idna==3.10 protobuf==3.10.0 pydub==0.25.1 requests==2.32.3 setuptools==75.2.0 six==1.16.0 urllib3==2.2.3