Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit fd20dd9

Browse files
authored
Merge pull request #104 from aflorithmic/25th_july
25th july
2 parents 6649d13 + 4d37b6b commit fd20dd9

File tree

4 files changed

+48
-1
lines changed

4 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,51 @@
11
# Changelog
2+
## Friday 29th July 2022
3+
## Updated pricing policy
4+
We recently after careful discussion with our wonderful customers decided to update our pricing policy. We did this to make things *simpler* and we also connected price more to value.
5+
6+
WHAT HAS CHANGED?
7+
* Instead of 5 tiers we now only have 4. The enterprise plan is now a fully managed service and can be found on Aflorithmic.ai.
8+
* FREE plan - This is a free trial period of 30 days, granting you 250 production credits to get your feet wet.
9+
10+
* INDIE plan - At just $39 per month you can start building your own audio production environment without a watermark and including 1,100 production credits per month.
11+
12+
* PRODUCTION plan - If you are a developer with a commercial project in mind, this is the plan for you. With 8,000 production credits and at a lower additional cost per credit it’s designed to build a lot.
13+
14+
* ENTERPRISE plan - This plan is for organizations with a lot of tech muscle who still want to stay in full control of their product, but don’t want to move to an enterprise plan yet. Literally anything can be customized.
15+
16+
You can read more here in the [Pricing email](https://mailchi.mp/aflorithmic/filter-400-ai-voices-meet-us-on-our-roadshow-5857331?e=0acb1efcc4)
17+
18+
## Documentation improvements
19+
* We've been working hard on our docs lately. One improvement we're proud of is the new [Quickstart](https://docs.api.audio/docs/quickstart) which will help you produce beautiful audio in minutes.
20+
21+
## New payment methods
22+
Some of our customers remarked to us that they wanted to Pay in their existing method. So we this week we added thanks to our partners at [Stripe](www.stripe.com) a whole range of new payment methods.
23+
These include
24+
* SEPA Direct Debit
25+
* BACS Direct Debit
26+
* iDEAL
27+
* EPS
28+
* Giropay
29+
* Bancontact
30+
* Carte Bancaire
31+
32+
This is on top of Google Pay, Apple Pay and Card that we already had.
33+
34+
![New Payment Methods](images/checkout_alternativ_methods.png)
35+
36+
You can even see the payment method in your local currency
37+
![BACS](images/checkout_bacs_gbp.png)
38+
And if you're in some parts of the Eurozone you'll see
39+
![SEPA](images/checkout_sepa.png)
40+
We hope this helps you pay us the way that you want. And helps us add more value to our customers.
41+
## New voice category
42+
* We now have a 3rd gender in our library. It is called Character. it is mainly gaming voices/effected voices. Please have a listen [Character link](https://library.api.audio/voices?gender=character) and let us know what you think
43+
## Sound Templates upload
44+
Users often want the ability to handle and upload sound templates themselves - especially if you've got the creative ability. This feature allows you to manage and upload sound templates.
45+
(Needs more explanations)
46+
## Bug fixes
47+
* We fixed a bug in our urls for sharing audio, so your shared content now works for up to 7 days. Thanks to those who helped discover and fix that bug!
48+
249
## Friday 22nd July 2022
350
### Normaliser
451
We're working on our normaliser and we'll be rolling out some changes next week. This will allow the likes of `cm` to be pronounced correctly and also will work for dates and some times.
@@ -18,7 +65,7 @@ Der Heizstrahler hat eine Leistung von 300 W. Um circa 14:43 Uhr ereignete sich
1865
VOICE="lena"
1966
#you can change this to another German voice such as 'erika','bernd' or'greta'
2067
script = apiaudio.Script.create(scriptText=some_text)
21-
r = apiaudio.Speech.create(scriptId=script["scriptId"], useTextNormaliser=True, voice=VOICE)
68+
r = apiaudio.Speech.create(scriptId=script["scriptId"], useTextNormaliser=True, voice=VOICE)
2269
print(r)
2370
apiaudio.Speech.download(scriptId=script["scriptId"])
2471
os.rename("default__section~1of1.wav", f"{VOICE}_with_norm.wav")
265 KB
Loading

images/checkout_bacs_gbp.png

334 KB
Loading

images/checkout_sepa.png

206 KB
Loading

0 commit comments

Comments
 (0)